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            |
| -------------- | ------------------------------------------------------------------------------------------------- | ------------ | ------------- |
| gradle-version | gradle                                                                                            | 8.12         | 8.12.1        |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin                                         | 3.19         | 3.19.1        |
| maven          | com.android.library:com.android.library.gradle.plugin                                             | 8.7.3        | 8.8.0         |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.7.3        | 1.8.0+check   |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.1.0-1.0.29 | 2.1.10-1.0.29 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                     | 2.1.0-1.0.29 | 2.1.10-1.0.29 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.1.0        | 2.1.10        |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.0        | 2.1.10        |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.1.0        | 2.1.10        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.1.0        | 2.1.10        |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                                                         | 2.1.0        | 2.1.10        |
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent b3654bf commit e60e27d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ classgraph = "4.8.179"
dokka = "2.0.0"
kotest = "6.0.0.M1"
kover = "0.9.1"
kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinBinaryCompatibilityValidator = "0.17.0"
kotlinCompileTesting = "0.7.0"
knit = "0.5.0"
kspVersion = "2.1.0-1.0.29"
kspVersion = "2.1.10-1.0.29"
kotlinxSerialization = "1.8.0"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.2"
spotlessVersion = "7.0.2"
compose = "1.7.6"
composePlugin = "1.7.3"
agp = "8.7.3"
composePlugin = "1.8.0+check"
agp = "8.8.0"
android-compileSdk = "34"
cache4k = "0.14.0"
publish="0.30.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.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-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.19"
id("com.gradle.develocity") version "3.19.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
}

Expand Down

0 comments on commit e60e27d

Please sign in to comment.