Skip to content

Commit

Permalink
Update all dependencies (#3118)
Browse files Browse the repository at this point in the history
| datasource | package                                                                                           | from         | to            |
| ---------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------- |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 1.9.0-1.0.13 | 1.9.10-1.0.13 |
| maven      | com.google.devtools.ksp:symbol-processing-api                                                     | 1.9.0-1.0.13 | 1.9.10-1.0.13 |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.0        | 1.9.10        |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 1.9.0        | 1.9.10        |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 1.9.0        | 1.9.10        |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 50216fa commit 1083d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jUnitVintage = "5.10.0"
kotest = "5.6.2"
kotestGradle = "5.6.2"
kover = "0.7.3"
kotlin = "1.9.0"
kotlinxSerializationPlugin = "1.9.0"
kotlin = "1.9.10"
kotlinxSerializationPlugin = "1.9.10"
kotlinBinaryCompatibilityValidator = "0.13.2"
kotlinCompileTesting = "1.5.0"
knit = "0.4.0"
kspVersion = "1.9.0-1.0.13"
kspVersion = "1.9.10-1.0.13"
kotlinxSerialization = "1.6.0"
mockWebServer = "4.11.0"
retrofit = "2.9.0"
Expand Down

0 comments on commit 1083d70

Please sign in to comment.