Skip to content

Commit cb80e21

Browse files
committed
Update other deps
1 parent 99c1d82 commit cb80e21

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
kotlin = "2.1.0"
2+
kotlin = "2.1.10"
33

44
kotlinx-io = "0.6.0"
5-
kotlinx-atomicfu = "0.26.0"
6-
kotlinx-coroutines = "1.9.0"
5+
kotlinx-atomicfu = "0.27.0"
6+
kotlinx-coroutines = "1.10.1"
77
kotlinx-benchmark = "0.4.8"
8-
kotlinx-bcv = "0.16.3"
8+
kotlinx-bcv = "0.17.0"
99

10-
ktor = "3.0.2"
10+
ktor = "3.0.3"
1111

12-
netty = "4.1.115.Final"
13-
netty-quic = "0.0.69.Final"
12+
netty = "4.1.117.Final"
13+
netty-quic = "0.0.70.Final"
1414

1515
# for netty TLS tests
16-
bouncycastle = "1.79"
16+
bouncycastle = "1.80"
1717

1818
turbine = "1.2.0"
1919

0 commit comments

Comments
 (0)