diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-06-23 12:16:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 12:16:51 +0200 |
| commit | 6b93cc37493b5309507aa5a3d1af51399b12e8df (patch) | |
| tree | 83bdc7071dc4cfd5f1825f369e23fcdf192287fe /gradle/libs.versions.toml | |
| parent | 8eab5895dcf21b4a3f585c62db14c9a049c81d98 (diff) | |
| parent | 5000b72355d7b02acd525375ac4861445d10d89f (diff) | |
merge: Update build and runtime dependencies (#90)
This pull request updates the build and runtime dependencies used by OpenDC to
their latest version compatible with the project.
## Implementation Notes :hammer_and_pick:
* Update simulator dependency versions
* Fix conversion from UUID to Binary
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4b1b300..899d3cfc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] calcite = "1.30.0" -clikt = "3.4.2" +clikt = "3.5.0" commons-math3 = "3.6.1" dokka = "1.6.21" gradle-node = "3.3.0" -hadoop = "3.3.2" +hadoop = "3.3.3" jackson = "2.13.3" jandex-gradle = "0.12.0" jline = "3.21.0" @@ -12,17 +12,17 @@ jmh-gradle = "0.6.6" jakarta-validation = "2.0.2" junit-jupiter = "5.8.2" kotlin = "1.6.21" -kotlin-logging = "2.1.21" -kotlinx-coroutines = "1.6.1" +kotlin-logging = "2.1.23" +kotlinx-coroutines = "1.6.3" ktlint-gradle = "10.3.0" log4j = "2.17.2" microprofile-openapi = "3.0" mockk = "1.12.4" -parquet = "1.12.2" +parquet = "1.12.3" progressbar = "0.9.3" -quarkus = "2.9.0.Final" +quarkus = "2.10.0.Final" quarkus-junit5-mockk = "1.1.1" -sentry = "5.7.2" +sentry = "6.1.2" slf4j = "1.7.36" [libraries] |
