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           |
| ---------- | ------------------------------------------------------------- | ------------ | ------------ |
| maven      | com.gradle.develocity:com.gradle.develocity.gradle.plugin     | 3.17.5       | 3.17.6       |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.0.0-1.0.23 | 2.0.0-1.0.24 |
| maven      | com.google.devtools.ksp:symbol-processing-api                 | 2.0.0-1.0.23 | 2.0.0-1.0.24 |
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 14a740e commit 26fd7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin = "2.0.0"
kotlinBinaryCompatibilityValidator = "0.16.2"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.0-1.0.23"
kspVersion = "2.0.0-1.0.24"
kotlinxSerialization = "1.7.1"
mockWebServer = "4.12.0"
retrofit = "2.11.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.5"
id("com.gradle.develocity") version "3.17.6"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit 26fd7be

Please sign in to comment.