File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
frameworks/Kotlin/hexagon Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
plugins {
3
3
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
5
5
}
6
6
7
7
version = " 1.0.0"
8
8
description = " TFB benchmark"
9
9
group = " com.hexagonkt"
10
10
11
11
ext {
12
- hexagonVersion = " 3.4.6 "
12
+ hexagonVersion = " 3.4.7 "
13
13
jettyVersion = " 12.0.5"
14
- nettyVersion = " 4.1.104 .Final"
14
+ nettyVersion = " 4.1.107 .Final"
15
15
16
16
hikariVersion = " 5.1.0"
17
- postgresqlVersion = " 42.7.1 "
18
- vertxVersion = " 4.5.1 "
17
+ postgresqlVersion = " 42.7.2 "
18
+ vertxVersion = " 4.5.3 "
19
19
cache2kVersion = " 2.6.1.Final"
20
20
21
21
applicationClass = " com.hexagonkt.BenchmarkKt"
@@ -30,5 +30,5 @@ subprojects {
30
30
}
31
31
32
32
tasks. wrapper {
33
- gradleVersion = " 8.5 "
33
+ gradleVersion = " 8.6 "
34
34
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments