Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3428)
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.3.0            | 8.4.1        |
| maven      | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.6.10-rc02      | 1.6.10       |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin                                         | 3.17.3           | 3.17.4       |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.0.0-RC3-1.0.20 | 2.0.0-1.0.21 |
| maven      | com.google.devtools.ksp:symbol-processing-api                                                     | 2.0.0-RC3-1.0.20 | 2.0.0-1.0.21 |
| maven      | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.0.0-RC3        | 2.0.0        |
| maven      | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.0-RC3        | 2.0.0        |
| maven      | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.0.0-RC3        | 2.0.0        |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.0.0-RC3        | 2.0.0        |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent 86fc0f0 commit 9894996
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 @@ -6,19 +6,19 @@ classgraph = "4.8.172"
dokka = "1.9.20"
kotest = "5.9.0"
kover = "0.8.0"
kotlin = "2.0.0-RC3"
kotlin = "2.0.0"
kotlinBinaryCompatibilityValidator = "0.15.0-Beta.2"
kotlinCompileTesting = "0.4.1"
knit = "0.5.0"
kspVersion = "2.0.0-RC3-1.0.20"
kspVersion = "2.0.0-1.0.21"
kotlinxSerialization = "1.6.3"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.7"
composePlugin = "1.6.10-rc02"
agp = "8.3.0"
composePlugin = "1.6.10"
agp = "8.4.1"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.28.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.17.3"
id("com.gradle.develocity") version "3.17.4"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit 9894996

Please sign in to comment.