Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3321)
Browse files Browse the repository at this point in the history
| datasource | package                                                       | from          | to            |
| ---------- | ------------------------------------------------------------- | ------------- | ------------- |
| maven      | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.9.21-1.0.15 | 1.9.21-1.0.16 |
| maven      | com.google.devtools.ksp:symbol-processing-api                 | 1.9.21-1.0.15 | 1.9.21-1.0.16 |
| maven      | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin     | 3.16          | 3.16.1        |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent e0905d2 commit 5ffdba4
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 @@ -16,7 +16,7 @@ kotlinxSerializationPlugin = "1.9.21"
kotlinBinaryCompatibilityValidator = "0.13.2"
kotlinCompileTesting = "1.5.0"
knit = "0.5.0"
kspVersion = "1.9.21-1.0.15"
kspVersion = "1.9.21-1.0.16"
kotlinxSerialization = "1.6.2"
mockWebServer = "4.12.0"
retrofit = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16"
id("com.gradle.enterprise") version "3.16.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
}

Expand Down

0 comments on commit 5ffdba4

Please sign in to comment.