From 39b1093ddcf237b1ed71712b3091c93ee36fb787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:17:22 +0000 Subject: [PATCH] Bump com.google.devtools.ksp in the kotlin group Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 2.1.20-1.0.31 to 2.1.20-1.0.32 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.20-1.0.31...2.1.20-1.0.32) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6860df9821..c4fc1cbdaf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { id("androidx.navigation.safeargs.kotlin") version "2.8.9" apply false id("com.starter.easylauncher") version "6.4.0" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.20" apply false - id("com.google.devtools.ksp") version "2.1.20-1.0.31" apply false + id("com.google.devtools.ksp") version "2.1.20-1.0.32" apply false id("org.ajoberstar.grgit") version "5.3.0" apply false }