Skip to content

Commit 038a080

Browse files
chore(deps): bump the kotlinx group with 3 updates
Bumps the kotlinx group with 3 updates: [org.jetbrains.kotlinx:atomicfu-gradle-plugin](https://github.com/Kotlin/kotlinx.atomicfu), [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) and [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization). Updates `org.jetbrains.kotlinx:atomicfu-gradle-plugin` from 0.31.0 to 0.32.1 - [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases) - [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx-atomicfu@0.31.0...0.32.1) Updates `org.jetbrains.kotlinx:kotlinx-io-core` from 0.8.2 to 0.9.0 - [Release notes](https://github.com/Kotlin/kotlinx-io/releases) - [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx-io@0.8.2...0.9.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu-gradle-plugin dependency-version: 0.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlinx - dependency-name: org.jetbrains.kotlinx:kotlinx-io-core dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlinx - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlinx ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7687c7 commit 038a080

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# plugins version
3-
atomicfu = "0.31.0"
3+
atomicfu = "0.32.1"
44
binaryCompatibilityValidatorPlugin = "0.18.1"
55
detekt = "2.0.0-alpha.2"
66
dokka = "2.2.0"
@@ -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"
20+
kotlinx-io = "0.9.0"
2121
ktor = "3.2.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

0 commit comments

Comments
 (0)