Browse Source

Update dependencies

jaguililla 9 months ago
parent
commit
97f4f7d215

+ 6 - 6
frameworks/Kotlin/hexagon/build.gradle

@@ -1,6 +1,6 @@
 
 plugins {
-    id "org.jetbrains.kotlin.jvm" version "2.0.20" apply false
+    id "org.jetbrains.kotlin.jvm" version "2.0.21" apply false
     id "org.graalvm.buildtools.native" version "0.10.3" apply false
 }
 
@@ -9,11 +9,11 @@ description = "TFB benchmark"
 group = "com.hexagonkt"
 
 ext {
-    hexagonVersion = "3.7.0"
-    jettyVersion = "12.0.13"
-    nettyVersion = "4.1.113.Final"
+    hexagonVersion = "3.7.2"
+    jettyVersion = "12.0.14"
+    nettyVersion = "4.1.114.Final"
 
-    hikariVersion = "5.1.0"
+    hikariVersion = "6.0.0"
     postgresqlVersion = "42.7.4"
     vertxVersion = "4.5.10"
     cache2kVersion = "2.6.1.Final"
@@ -30,5 +30,5 @@ subprojects {
 }
 
 tasks.wrapper {
-    gradleVersion = "8.10"
+    gradleVersion = "8.10.2"
 }

BIN
frameworks/Kotlin/hexagon/gradle/wrapper/gradle-wrapper.jar


+ 1 - 1
frameworks/Kotlin/hexagon/gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME