From e151df6f6a99d7bb592c46579766dd7144bbdfbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:19:30 +0000 Subject: [PATCH] chore(deps): Bump com.google.devtools.ksp Bumps [com.google.devtools.ksp](https://github.com/google/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 ... 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 7accf00..11fb81c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotlinx-serialization = "1.6.0" kotlinx-coroutines = "1.7.3" kotlinx-collections = "0.3.5" okio = "3.4.0" -ksp = "1.9.22-1.0.16" +ksp = "1.9.22-1.0.17" micronaut-plugins = "4.2.1" mysql = "8.2.0" nexusPublish = "1.3.0"