Skip to content

Commit dd4d49e

Browse files
committed
Update dependencies
1 parent 85b8d83 commit dd4d49e

File tree

2 files changed

+7
-7
lines changed

2 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,21 +1,21 @@
11

22
plugins {
33
id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
4-
id "org.graalvm.buildtools.native" version "0.9.28" apply false
4+
id "org.graalvm.buildtools.native" version "0.10.1" apply false
55
}
66

77
version = "1.0.0"
88
description = "TFB benchmark"
99
group = "com.hexagonkt"
1010

1111
ext {
12-
hexagonVersion = "3.4.6"
12+
hexagonVersion = "3.4.7"
1313
jettyVersion = "12.0.5"
14-
nettyVersion = "4.1.104.Final"
14+
nettyVersion = "4.1.107.Final"
1515

1616
hikariVersion = "5.1.0"
17-
postgresqlVersion = "42.7.1"
18-
vertxVersion = "4.5.1"
17+
postgresqlVersion = "42.7.2"
18+
vertxVersion = "4.5.3"
1919
cache2kVersion = "2.6.1.Final"
2020

2121
applicationClass = "com.hexagonkt.BenchmarkKt"
@@ -30,5 +30,5 @@ subprojects {
3030
}
3131

3232
tasks.wrapper {
33-
gradleVersion = "8.5"
33+
gradleVersion = "8.6"
3434
}

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.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)