Skip to content

Commit d60b0a2

Browse files
authored
chore: #608 update kotlin and kotlinx versions (#611)
bumps: - kotlin 2.2.21 -> 2.3.10 - ktor 3.2.3 -> 3.3.3 - kotlinx-io 0.8.2 -> 0.9.0 - kotlinx-serialization 1.9.0 -> 1.10.0 ## Breaking Changes <!-- Will users need to update their code or configurations? --> ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update ## Checklist - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed ## Additional context Unfortunately, CodeQL does not yet support the latest version of Kotlin Colses #608
1 parent 9c0aa45 commit d60b0a2

2 files changed

Lines changed: 97 additions & 97 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.10"
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.

0 commit comments

Comments
 (0)