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.9          | 8.10          |
| maven          | com.android.library:com.android.library.gradle.plugin                                                                   | 8.5.1        | 8.5.2         |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin                                                               | 3.17.5       | 3.18          |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                                           | 2.0.0-1.0.23 | 2.0.10-1.0.24 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 2.0.0-1.0.23 | 2.0.10-1.0.24 |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.2       | 0.16.3        |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin                                   | 2.0.0        | 2.0.10        |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin                       | 2.0.0        | 2.0.10        |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 2.0.0        | 2.0.10        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 2.0.0        | 2.0.10        |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.174      | 4.8.175       |
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 14a740e commit 5b27077
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.24"
coroutines = "1.8.1"
classgraph = "4.8.174"
classgraph = "4.8.175"
dokka = "1.9.20"
kotest = "5.9.1"
kover = "0.8.3"
kotlin = "2.0.0"
kotlinBinaryCompatibilityValidator = "0.16.2"
kotlin = "2.0.10"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.0-1.0.23"
kspVersion = "2.0.10-1.0.24"
kotlinxSerialization = "1.7.1"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.8"
composePlugin = "1.6.11"
agp = "8.5.1"
agp = "8.5.2"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.29.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.17.5"
id("com.gradle.develocity") version "3.18"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit 5b27077

Please sign in to comment.