Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3488)
Browse files Browse the repository at this point in the history
| datasource | package                                                   | from    | to      |
| ---------- | --------------------------------------------------------- | ------- | ------- |
| maven      | com.android.library:com.android.library.gradle.plugin     | 8.6.0   | 8.6.1   |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.18    | 3.18.1  |
| maven      | androidx.compose.runtime:runtime                          | 1.7.0   | 1.7.2   |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json          | 1.7.2   | 1.7.3   |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-core          | 1.7.2   | 1.7.3   |
| maven      | io.github.classgraph:classgraph                           | 4.8.175 | 4.8.176 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test             | 1.8.1   | 1.9.0   |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core             | 1.8.1   | 1.9.0   |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent ea0e0f9 commit e0e5e12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.24"
coroutines = "1.8.1"
classgraph = "4.8.175"
coroutines = "1.9.0"
classgraph = "4.8.176"
dokka = "1.9.20"
kotest = "5.9.1"
kover = "0.8.3"
Expand All @@ -11,14 +11,14 @@ kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.20-1.0.25"
kotlinxSerialization = "1.7.2"
kotlinxSerialization = "1.7.3"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.0"
compose = "1.7.2"
composePlugin = "1.6.11"
agp = "8.6.0"
agp = "8.6.1"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.29.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.18"
id("com.gradle.develocity") version "3.18.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit e0e5e12

Please sign in to comment.