From 08aa0c24cf937d29a127de4efc7fd552a839cd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:08:16 -0500 Subject: [PATCH] Bump com.google.devtools.ksp from 2.0.21-1.0.27 to 2.0.21-1.0.28 (#967) Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.27 to 2.0.21-1.0.28. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.27...2.0.21-1.0.28) --- 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 f19814ef..2a8fc4c7 100644 --- a/fuel-moshi-jvm/build.gradle.kts +++ b/fuel-moshi-jvm/build.gradle.kts @@ -4,7 +4,7 @@ plugins { kotlin("jvm") id("publication") id("org.jetbrains.kotlinx.kover") - id("com.google.devtools.ksp") version "2.0.21-1.0.27" + id("com.google.devtools.ksp") version "2.0.21-1.0.28" } kotlin {