From 28be807f1f7bc4c196ca56bcd42cd0f84bf7f192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 22:45:13 -0400 Subject: [PATCH] Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.24-1.0.20 (#896) Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.21-1.0.16 to 1.9.24-1.0.20. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.21-1.0.16...1.9.24-1.0.20) --- 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> --- fuel-moshi-jvm/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuel-moshi-jvm/build.gradle.kts b/fuel-moshi-jvm/build.gradle.kts index 86ced0a3..b3fd6c79 100644 --- a/fuel-moshi-jvm/build.gradle.kts +++ b/fuel-moshi-jvm/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") id("publication") id("org.jetbrains.kotlinx.kover") - id("com.google.devtools.ksp") version "1.9.21-1.0.16" + id("com.google.devtools.ksp") version "1.9.24-1.0.20" } kotlin {