From 1b002c9ab304da85dc0409e331d92605a0ebfa07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:47:38 +0000 Subject: [PATCH] Bump the kotlin-ksp group with 2 updates Bumps the kotlin-ksp group with 2 updates: [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) and [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.21-1.0.26 to 2.0.21-1.0.27 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.26...2.0.21-1.0.27) 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](https://github.com/google/ksp/compare/2.0.21-1.0.26...2.0.21-1.0.27) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-ksp - 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 ad565ef..40382c4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ junit = "5.11.3" dokka = "1.9.20" kotlin = "2.0.21" -ksp = "2.0.21-1.0.26" +ksp = "2.0.21-1.0.27" [libraries] junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }