Skip to content

Commit 5c8f881

Browse files
committed
Update dependencies
1 parent 22c6eac commit 5c8f881

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/Kotlin/hexagon/build.gradle

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

22
plugins {
3-
id "org.jetbrains.kotlin.jvm" version "1.9.21" apply false
3+
id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
44
id "org.graalvm.buildtools.native" version "0.9.28" apply false
55
}
66

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

1111
ext {
12-
hexagonVersion = "3.4.5"
13-
jettyVersion = "12.0.4"
14-
nettyVersion = "4.1.101.Final"
12+
hexagonVersion = "3.4.6"
13+
jettyVersion = "12.0.5"
14+
nettyVersion = "4.1.104.Final"
1515

1616
hikariVersion = "5.1.0"
1717
postgresqlVersion = "42.7.1"
18-
vertxVersion = "4.5.0"
18+
vertxVersion = "4.5.1"
1919
cache2kVersion = "2.6.1.Final"
2020

2121
applicationClass = "com.hexagonkt.BenchmarkKt"

0 commit comments

Comments
 (0)