diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-03 16:46:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 16:46:10 +0200 |
| commit | 8a94318aad4b4fa188ac49e887d564867a00111e (patch) | |
| tree | 4d60329dd591ffd46edaba23cd77e6df685c0312 /gradle | |
| parent | 2692a032b8ecbe2ddccfb88628cf37af56c3ea36 (diff) | |
| parent | f7c59a3e7b3c006d253a9206bd830493180fc81e (diff) | |
merge: Update build and runtime dependencies (#94)
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 to Gradle 7.5
* Update simulator dependency versions
* Fix Docker deployment
## Breaking API Changes :warning:
* N/A
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 12 | ||||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e81ff35..503d1549 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] -calcite = "1.30.0" +calcite = "1.31.0" clikt = "3.5.0" commons-math3 = "3.6.1" dokka = "1.6.21" -gradle-node = "3.3.0" +gradle-node = "3.4.0" hadoop = "3.3.3" jackson = "2.13.3" jandex-gradle = "0.13.2" @@ -13,16 +13,16 @@ jakarta-validation = "2.0.2" junit-jupiter = "5.8.2" kotlin = "1.6.21" kotlin-logging = "2.1.23" -kotlinx-coroutines = "1.6.3" +kotlinx-coroutines = "1.6.4" ktlint-gradle = "10.3.0" -log4j = "2.17.2" +log4j = "2.18.0" microprofile-openapi = "3.0" -mockk = "1.12.4" +mockk = "1.12.5" parquet = "1.12.3" progressbar = "0.9.3" quarkus = "2.11.1.Final" quarkus-junit5-mockk = "1.1.1" -sentry = "6.1.2" +sentry = "6.3.0" slf4j = "1.7.36" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aa991fce..8049c684 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |
