Skip to content

Commit 07be007

Browse files
deps(gradle): bump com.google.devtools.ksp in the kotlin group (#48)
Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 2.0.21-1.0.26 to 2.0.21-1.0.27 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.0.21-1.0.26...2.0.21-1.0.27) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb037bb commit 07be007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ org-robolectric-robolectric = { group = "org.robolectric", name = "robolectric",
3333
[plugins]
3434
com-android-application = { id = "com.android.application", version.ref = "agp" }
3535
com-android-library = { id = "com.android.library", version.ref = "agp" }
36-
com-google-devtools-ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.26" }
36+
com-google-devtools-ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.27" }
3737
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
3838
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3939
org-jetbrains-kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }

0 commit comments

Comments
 (0)