Skip to content

Commit fa91f9d

Browse files
chore(deps): bump the kotlin group across 1 directory with 3 updates (#497)
Bumps the kotlin group with 3 updates in the / directory: [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor), [com.google.devtools.ksp](https://github.com/google/ksp) and org.jetbrains.kotlinx.kover. Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/3.3.1/CHANGELOG.md) - [Commits](ktorio/ktor@3.3.0...3.3.1) Updates `com.google.devtools.ksp` from 2.2.20-2.0.3 to 2.2.20-2.0.4 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.2.20-2.0.3...2.2.20-2.0.4) Updates `org.jetbrains.kotlinx.kover` from 0.9.2 to 0.9.3 --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: com.google.devtools.ksp dependency-version: 2.2.20-2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6644011 commit fa91f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ adam = "0.5.10" # https://github.com/Malinskiy/adam
55
jmdns = "3.6.2" # https://github.com/jmdns/jmdns
66
kotlin = "2.2.20" # https://github.com/JetBrains/kotlin
77
agp = "8.13.0" # https://developer.android.com/build/releases/gradle-plugin
8-
ksp = "2.2.20-2.0.3" # https://github.com/google/ksp
8+
ksp = "2.2.20-2.0.4" # https://github.com/google/ksp
99

1010
# Logging
1111
kermit = "2.0.8" # https://github.com/touchlab/Kermit
@@ -48,7 +48,7 @@ semver = "3.0.0" # https://github.com/z4kn4fein/kotlin-semver
4848
spotless = "8.0.0" # https://github.com/diffplug/spotless
4949

5050
# Testing
51-
kover = "0.9.2" # https://github.com/Kotlin/kotlinx-kover
51+
kover = "0.9.3" # https://github.com/Kotlin/kotlinx-kover
5252
turbine = "1.2.1" # https://github.com/cashapp/turbine
5353
junit = "1.3.0" # https://developer.android.com/jetpack/androidx/releases/test
5454
testParamInjector = "1.19" # https://github.com/google/TestParameterInjector

0 commit comments

Comments
 (0)