summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-08-03 15:07:20 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-08-03 15:07:20 +0200
commitff1085c513e8025ceb7cf61cc151f18321fe0ca4 (patch)
treed9a45765e21013e098c44dde5b67319fdd4f905b /gradle
parent633fa611da3b184a48de7f2fbb7a3e6e7ff0dc15 (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.toml12
1 files changed, 6 insertions, 6 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]