From 29c5d95a36fd9825c3ae569aefc6703b12fe5277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:38:00 +0200 Subject: [PATCH] build(deps): bump com.google.devtools.ksp (#740) Bumps [com.google.devtools.ksp](https://github.com/google/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/build.gradle.kts b/web/build.gradle.kts index e188ce046..d05a6bf12 100644 --- a/web/build.gradle.kts +++ b/web/build.gradle.kts @@ -1,7 +1,7 @@ application { mainClass = "no.ssb.kostra.web.ApplicationKt" } plugins { - id("com.google.devtools.ksp") version "2.0.21-1.0.25" + id("com.google.devtools.ksp") version "2.0.21-1.0.26" id("io.micronaut.application") version "4.4.3" id("com.github.johnrengelman.shadow") version "8.1.1" }