Skip to content

Commit 97f4f7d

Browse files
committed
Update dependencies
1 parent aa3dbc5 commit 97f4f7d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id "org.jetbrains.kotlin.jvm" version "2.0.20" apply false
3+
id "org.jetbrains.kotlin.jvm" version "2.0.21" apply false
44
id "org.graalvm.buildtools.native" version "0.10.3" apply false
55
}
66

@@ -9,11 +9,11 @@ description = "TFB benchmark"
99
group = "com.hexagonkt"
1010

1111
ext {
12-
hexagonVersion = "3.7.0"
13-
jettyVersion = "12.0.13"
14-
nettyVersion = "4.1.113.Final"
12+
hexagonVersion = "3.7.2"
13+
jettyVersion = "12.0.14"
14+
nettyVersion = "4.1.114.Final"
1515

16-
hikariVersion = "5.1.0"
16+
hikariVersion = "6.0.0"
1717
postgresqlVersion = "42.7.4"
1818
vertxVersion = "4.5.10"
1919
cache2kVersion = "2.6.1.Final"
@@ -30,5 +30,5 @@ subprojects {
3030
}
3131

3232
tasks.wrapper {
33-
gradleVersion = "8.10"
33+
gradleVersion = "8.10.2"
3434
}
79 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)