From 13f60303f9de84a365b0dd30c893ae643c681edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:46:28 +0000 Subject: [PATCH] Bump the kotlin group with 1 update Bumps the kotlin group with 1 update: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 1.9.22-1.0.16 to 1.9.22-1.0.17 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.22-1.0.16...1.9.22-1.0.17) --- 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 be6696ef..3adef95f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("io.freefair.maven-central.validate-poms") version "8.4" id("io.github.gradle-nexus.publish-plugin") version "1.3.0" id("org.jetbrains.kotlin.jvm") version "1.9.22" apply false - id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false + id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false id("org.openapi.generator") version "7.2.0" apply false id("org.jlleitschuh.gradle.ktlint") version "12.1.0" apply false }