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            |
| -------------- | ------------------------------------------------------------- | ------------- | ------------- |
| gradle-version | gradle                                                        | 8.10          | 8.10.1        |
| maven          | com.android.library:com.android.library.gradle.plugin         | 8.5.2         | 8.6.0         |
| maven          | androidx.compose.runtime:runtime                              | 1.6.8         | 1.7.0         |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-json              | 1.7.1         | 1.7.2         |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-core              | 1.7.1         | 1.7.2         |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.0.20-1.0.24 | 2.0.20-1.0.25 |
| maven          | com.google.devtools.ksp:symbol-processing-api                 | 2.0.20-1.0.24 | 2.0.20-1.0.25 |
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent a78aa90 commit dbabefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ kotlin = "2.0.20"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.20-1.0.24"
kotlinxSerialization = "1.7.1"
kspVersion = "2.0.20-1.0.25"
kotlinxSerialization = "1.7.2"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.8"
compose = "1.7.0"
composePlugin = "1.6.11"
agp = "8.5.2"
agp = "8.6.0"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.29.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit dbabefa

Please sign in to comment.