From 2c5123e46ca3553b1fdadb89adca0ff9df896fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:32:40 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.3.7 to 2.3.8 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.7 to 2.3.8 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.7...2.3.8) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.8 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 897cf11..8cab363 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("io.freefair.maven-central.validate-poms") version "9.5.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" alias(libs.plugins.kotlinJvm) apply false - id("com.google.devtools.ksp") version "2.3.7" apply false + id("com.google.devtools.ksp") version "2.3.8" apply false id("org.openapi.generator") version "7.22.0" apply false id("org.jlleitschuh.gradle.ktlint") version "14.2.0" apply false }