From 2e77214e1f0bae36ec9d2d55624ad953f673140b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:27:06 +0000 Subject: [PATCH] Versions: Bump the kotlin group across 1 directory with 3 updates Bumps the kotlin group with 3 updates in the / directory: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin), [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) and [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp). Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.20) Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.24-1.0.20 to 2.0.20-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.24-1.0.20...2.0.20-1.0.24) Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.24-1.0.20 to 2.0.20-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.24-1.0.20...2.0.20-1.0.24) Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.24-1.0.20 to 2.0.20-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.24-1.0.20...2.0.20-1.0.24) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin - 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 - 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 ... 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 4032bde6..5d5223aa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] # Kotlin version used to build Yatagan -kotlin = "1.9.24" +kotlin = "2.0.20" # Must be in sync with 'kotlin'. Asserted in buildscript -ksp = "1.9.24-1.0.20" +ksp = "2.0.20-1.0.24" # Must be compatible with 'kotlin' dokka = "1.9.20"