From 58576423cc814f76d0043f252ada38b2704b56ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:03:17 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.3.10 to 2.3.11 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.3.10 to 2.3.11 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.10...2.3.11) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.11 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 757e6f4b4..55ba95588 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,6 +11,6 @@ plugins { id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.10" apply false - id("com.google.devtools.ksp") version "2.3.10" apply false + id("com.google.devtools.ksp") version "2.3.11" apply false id("org.ajoberstar.grgit") version "5.3.3" apply false }