Skip to content

Commit

Permalink
Bump com.google.devtools.ksp in the kotlin group
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `com.google.devtools.ksp` from 2.1.0-1.0.28 to 2.1.0-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.1.0-1.0.28...2.1.0-1.0.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 5dbb385 commit 07281e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("io.freefair.maven-central.validate-poms") version "8.11"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("org.jetbrains.kotlin.jvm") version "2.1.0" apply false
id("com.google.devtools.ksp") version "2.1.0-1.0.28" apply false
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
id("org.openapi.generator") version "7.10.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.2" apply false
}
Expand Down

0 comments on commit 07281e6

Please sign in to comment.