From 07281e6c15dab45b2840cf781b2516002d912f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:41:02 +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.0-1.0.28 to 2.1.0-1.0.29 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.0-1.0.28...2.1.0-1.0.29) --- 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 31b094d..b786063 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("io.freefair.maven-central.validate-poms") version "8.11" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("org.jetbrains.kotlin.jvm") version "2.1.0" apply false - id("com.google.devtools.ksp") version "2.1.0-1.0.28" apply false + id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false id("org.openapi.generator") version "7.10.0" apply false id("org.jlleitschuh.gradle.ktlint") version "12.1.2" apply false }