From 1b2690067ac9b1db2a58294ae58808ca9d0e581d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:36:45 +0000 Subject: [PATCH] Bump com.google.devtools.ksp in the kotlin-ksp group Bumps the kotlin-ksp group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 2.0.21-1.0.25 to 2.0.21-1.0.26 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.25...2.0.21-1.0.26) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-ksp ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3ea7a88..3021487 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ compose-ui-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" } [plugins] -ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.25" } +ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.26" } android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } kotlin-gradle = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }