Skip to content

Commit 033a338

Browse files
Bump com.google.devtools.ksp in the kotlin group (#448)
Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 2.1.21-2.0.1 to 2.1.21-2.0.2 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.1.21-2.0.1...2.1.21-2.0.2) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.1.21-2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb7a438 commit 033a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("io.freefair.maven-central.validate-poms") version "8.13.1"
1111
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
1212
alias(libs.plugins.kotlinJvm) apply false
13-
id("com.google.devtools.ksp") version "2.1.21-2.0.1" apply false
13+
id("com.google.devtools.ksp") version "2.1.21-2.0.2" apply false
1414
id("org.openapi.generator") version "7.11.0" apply false
1515
id("org.jlleitschuh.gradle.ktlint") version "12.3.0" apply false
1616
}

0 commit comments

Comments
 (0)