summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-06-23 11:14:13 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-06-23 11:31:42 +0200
commit150a6b07ac84c1a5c5fd65a23072e7644090f1e4 (patch)
treeb18c4e5a4ccf792ceb44f65003eca3e43e9c6beb /gradle
parent8eab5895dcf21b4a3f585c62db14c9a049c81d98 (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.toml14
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]