We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c6eac commit 5c8f881Copy full SHA for 5c8f881
frameworks/Kotlin/hexagon/build.gradle
@@ -1,6 +1,6 @@
1
2
plugins {
3
- id "org.jetbrains.kotlin.jvm" version "1.9.21" apply false
+ id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
4
id "org.graalvm.buildtools.native" version "0.9.28" apply false
5
}
6
@@ -9,13 +9,13 @@ description = "TFB benchmark"
9
group = "com.hexagonkt"
10
11
ext {
12
- hexagonVersion = "3.4.5"
13
- jettyVersion = "12.0.4"
14
- nettyVersion = "4.1.101.Final"
+ hexagonVersion = "3.4.6"
+ jettyVersion = "12.0.5"
+ nettyVersion = "4.1.104.Final"
15
16
hikariVersion = "5.1.0"
17
postgresqlVersion = "42.7.1"
18
- vertxVersion = "4.5.0"
+ vertxVersion = "4.5.1"
19
cache2kVersion = "2.6.1.Final"
20
21
applicationClass = "com.hexagonkt.BenchmarkKt"
0 commit comments