diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-11-13 12:44:04 +0000 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-11-13 17:42:01 +0000 |
| commit | 043a9a5fef06389a8b44257d4fcc29ee5f44157a (patch) | |
| tree | 3769ea941e04585e506f134b7d3bd358cd5f2634 /gradle | |
| parent | e4da9ade0081d7011f3426762c943f508ecaff33 (diff) | |
build: Update simulator dependencies
This change updates the simulator dependencies to the latest available
version where possible.
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cdc7b835..89de95b6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,9 +3,9 @@ calcite = "1.32.0" clikt = "3.5.0" commons-math3 = "3.6.1" dokka = "1.7.10" -gradle-node = "3.4.0" +gradle-node = "3.5.0" hadoop = "3.3.4" -jackson = "2.13.4" +jackson = "2.14.0" jandex-gradle = "0.13.2" java = "17" jline = "3.21.0" @@ -13,7 +13,7 @@ jmh-gradle = "0.6.8" jakarta-validation = "2.0.2" junit-jupiter = "5.9.1" kotlin = "1.7.20" -kotlin-logging = "3.0.0" +kotlin-logging = "3.0.4" kotlinx-coroutines = "1.6.4" log4j = "2.19.0" microprofile-openapi = "3.0" @@ -22,7 +22,7 @@ mockk = "1.13.2" node = "18.12.0" parquet = "1.12.3" progressbar = "0.9.3" -quarkus = "2.13.1.Final" +quarkus = "2.14.0.Final" quarkus-junit5-mockk = "1.1.1" sentry = "6.4.3" slf4j = "2.0.3" |
