Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump com.google.devtools.ksp from 1.9.23-1.0.20 to 2.0.21-1.0.27
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.20 to 2.0.21-1.0.27.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.23-1.0.20...2.0.21-1.0.27)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
commit ab6d55e840b0149bfa046f523b7f4eafd5a1e95f
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
// Gradle Qodana Plugin
id("org.jetbrains.qodana") version "0.1.13"
// Generate Moshi adapters.
id("com.google.devtools.ksp") version "1.9.23-1.0.20"
id("com.google.devtools.ksp") version "2.0.21-1.0.27"
}

group = properties("pluginGroup")
Expand Down
Loading