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.11            | 8.11.1           |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.7.1           | 1.8.0+check      |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.1.0-RC-1.0.27 | 2.1.0-RC2-1.0.28 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                     | 2.1.0-RC-1.0.27 | 2.1.0-RC2-1.0.28 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                                     | 1.7.1           | 1.7.2            |
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent b490817 commit 628addd
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
@@ -1,23 +1,23 @@
[versions]
animalSniffer = "1.7.1"
animalSniffer = "1.7.2"
arrowGradleConfig = "0.12.0-rc.24"
coroutines = "1.9.0"
classgraph = "4.8.179"
dokka = "1.9.20"
kotest = "6.0.0.M1"
kover = "0.8.3"
kotlin = "2.1.0-RC"
kotlin = "2.1.0-RC2"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.6.0"
knit = "0.5.0"
kspVersion = "2.1.0-RC-1.0.27"
kspVersion = "2.1.0-RC2-1.0.28"
kotlinxSerialization = "1.7.3"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.7.5"
composePlugin = "1.7.1"
composePlugin = "1.8.0+check"
agp = "8.7.2"
android-compileSdk = "34"
cache4k = "0.13.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.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 628addd

Please sign in to comment.