Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                                           | from          | to            |
| ---------- | ------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| maven      | androidx.compose.runtime:runtime                                                                  | 1.6.2         | 1.6.3         |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 1.9.22-1.0.18 | 1.9.23-1.0.19 |
| maven      | com.google.devtools.ksp:symbol-processing-api                                                     | 1.9.22-1.0.18 | 1.9.23-1.0.19 |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.22        | 1.9.23        |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 1.9.22        | 1.9.23        |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 1.9.22        | 1.9.23        |
| maven      | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                             | 1.9.10        | 1.9.20        |
| maven      | io.github.classgraph:classgraph                                                                   | 4.8.165       | 4.8.168       |
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 484c0a2 commit 7ccdce7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.24"
assertj = "3.25.3"
coroutines = "1.8.0"
classgraph = "4.8.165"
dokka = "1.9.10"
classgraph = "4.8.168"
dokka = "1.9.20"
jUnit = "4.13.2"
jUnitJupiter = "5.10.2"
jUnitVintage = "5.10.2"
kotest = "5.8.0"
kotestGradle = "5.8.0"
kover = "0.7.6"
kotlin = "1.9.22"
kotlinxSerializationPlugin = "1.9.22"
kotlin = "1.9.23"
kotlinxSerializationPlugin = "1.9.23"
kotlinBinaryCompatibilityValidator = "0.14.0"
kotlinCompileTesting = "0.4.0"
knit = "0.5.0"
kspVersion = "1.9.22-1.0.18"
kspVersion = "1.9.23-1.0.19"
kotlinxSerialization = "1.6.3"
mockWebServer = "4.12.0"
retrofit = "2.9.0"
retrofitKotlinxSerialization = "1.0.0"
spotlessVersion = "6.25.0"
compose = "1.6.2"
compose = "1.6.3"
composePlugin = "1.6.0"
agp = "8.3.0"
android-compileSdk = "34"
Expand Down

0 comments on commit 7ccdce7

Please sign in to comment.