Skip to content

Commit a396115

Browse files
committed
Update dependencies and Gradle wrapper versions across projects
1 parent 9c0aa45 commit a396115

3 files changed

Lines changed: 99 additions & 99 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ atomicfu = "0.31.0"
44
binaryCompatibilityValidatorPlugin = "0.18.1"
55
detekt = "2.0.0-alpha.2"
66
dokka = "2.2.0"
7-
kotlin = "2.2.21"
7+
kotlin = "2.3.20"
88
kover = "0.9.8"
99
ktlint = "14.2.0"
1010
knit = "0.5.1"
@@ -17,12 +17,12 @@ awaitility = "4.3.0"
1717
collections-immutable = "0.4.0"
1818
coroutines = "1.10.2"
1919
kotest = "6.1.9"
20-
kotlinx-io = "0.8.2"
21-
ktor = "3.2.3"
20+
kotlinx-io = "0.9.0"
21+
ktor = "3.3.3"
2222
logging = "8.0.01"
2323
mockk = "1.14.9"
2424
mokksy = "0.8.1"
25-
serialization = "1.9.0"
25+
serialization = "1.10.0"
2626
slf4j = "2.0.17"
2727
junit = "5.14.3"
2828

gradlew.bat

Lines changed: 93 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/simple-streamable-server/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.2.21"
3-
ktor = "3.2.3"
2+
kotlin = "2.3.20"
3+
ktor = "3.3.3"
44
mcp-kotlin = "0.9.0"
55
slf4j = "2.0.17"
66
shadow = "9.4.0"

0 commit comments

Comments
 (0)