From 9918d3b6cd169f2eeaa8f349c1584e8817312c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:39:34 +0000 Subject: [PATCH] Bump com.google.devtools.ksp Bumps the kotlin-ksp group with 1 update in the /Compose-Flight-Search-App directory: [com.google.devtools.ksp](https://github.com/google/ksp). Updates `com.google.devtools.ksp` from 1.9.22-1.0.18 to 2.0.0-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/commits/2.0.0-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp ... Signed-off-by: dependabot[bot] --- Compose-Flight-Search-App/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compose-Flight-Search-App/gradle/libs.versions.toml b/Compose-Flight-Search-App/gradle/libs.versions.toml index 87a6713..a745732 100644 --- a/Compose-Flight-Search-App/gradle/libs.versions.toml +++ b/Compose-Flight-Search-App/gradle/libs.versions.toml @@ -13,7 +13,7 @@ junitVersion = "1.1.5" kotlin = "1.9.22" kotlinCompilerExtensionVersion = "1.5.10" kotlinxCoroutinesTest = "1.9.0-RC" -ksp = "1.9.22-1.0.18" +ksp = "2.0.0-1.0.24" ktlint = "1.2.1" lifecycleVersion = "2.8.2" robolectric = "4.12.2"