File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
frameworks/Kotlin/hexagon Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
22plugins {
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"
99group = " com.hexagonkt"
1010
1111ext {
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
3232tasks. wrapper {
33- gradleVersion = " 8.10"
33+ gradleVersion = " 8.10.2 "
3434}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments