From 4cd210fb1b8cc1f7729a92ba09c6cb4bc6d428fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:26:10 +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 1.9.20-1.0.14 to 1.9.21-1.0.15 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.20-1.0.14...1.9.21-1.0.15) Updates `com.google.devtools.ksp` from 1.9.20-1.0.14 to 1.9.21-1.0.15 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.20-1.0.14...1.9.21-1.0.15) --- 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 af27c7a..f6face2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ junit = "5.10.1" dokka = "1.9.10" kotlin = "1.9.21" -ksp = "1.9.20-1.0.14" +ksp = "1.9.21-1.0.15" [libraries] junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }