Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                                           | from          | to            |
| ---------- | ------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.6.0         | 1.6.1         |
| 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      | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                                     | 5.8.0         | 5.8.1         |
| maven      | io.kotest:kotest-runner-junit5                                                                    | 5.8.0         | 5.8.1         |
| maven      | io.kotest:kotest-property                                                                         | 5.8.0         | 5.8.1         |
| maven      | io.kotest:kotest-framework-engine                                                                 | 5.8.0         | 5.8.1         |
| maven      | io.kotest:kotest-assertions-core                                                                  | 5.8.0         | 5.8.1         |
| 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] committed Mar 13, 2024
1 parent 484c0a2 commit ecd7fd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Expand Up @@ -3,27 +3,27 @@ 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"
kotest = "5.8.1"
kotestGradle = "5.8.1"
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"
composePlugin = "1.6.0"
compose = "1.6.3"
composePlugin = "1.6.1"
agp = "8.3.0"
android-compileSdk = "34"
cache4k = "0.13.0"
Expand Down

0 comments on commit ecd7fd8

Please sign in to comment.