From b14c6ffb0eeb9d4305e484487385c55b3dedd581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:43:46 +0000 Subject: [PATCH] chore(deps): bump the kotlin-ksp-compose group across 1 directory with 6 updates Bumps the kotlin-ksp-compose group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `1.9.10` | `2.0.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `1.9.10` | `2.0.0` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `2.0.0` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.9.10` | `2.0.0` | | [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp) | `1.9.10-1.0.13` | `2.0.0-1.0.22` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `1.9.10-1.0.13` | `2.0.0-1.0.22` | Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.10 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.0) Updates `org.jetbrains.kotlin.android` from 1.9.10 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.0) Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.0) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.10 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.0) Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v2.0.0) Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.10-1.0.13 to 2.0.0-1.0.22 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.10-1.0.13...2.0.0-1.0.22) Updates `com.google.devtools.ksp` from 1.9.10-1.0.13 to 2.0.0-1.0.22 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.10-1.0.13...2.0.0-1.0.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin-ksp-compose ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6795a49..0073965 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ firebaseBom = "32.4.0" firebaseCrashlyticsPlugin = "2.9.9" firebasePerfPlugin = "1.4.2" gmsPlugin = "4.4.0" -kotlin = "1.9.10" +kotlin = "2.0.0" navigationSafeArgsKotlin = "2.7.6" androidxComposeCompiler = "1.5.3" androidxEspresso = "3.5.1" @@ -38,7 +38,7 @@ protobufPlugin = "0.9.4" androidxCoreSplashscreen = "1.0.1" coil = "2.5.0" accompanist = "0.32.0" -ksp = "1.9.10-1.0.13" +ksp = "2.0.0-1.0.22" secrets = "2.0.1" robolectric = "4.11.1" roborazzi = "1.9.0-alpha-3"