Skip to content

Commit

Permalink
Versions: Bump the kotlin group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.24-1.0.20 to 2.0.0-1.0.22
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.24-1.0.20...2.0.0-1.0.22)

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.24-1.0.20 to 2.0.0-1.0.22
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.24-1.0.20...2.0.0-1.0.22)

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.24-1.0.20 to 2.0.0-1.0.22
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.24-1.0.20...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
- 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent d0d7b82 commit a6b7188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]

# Kotlin version used to build Yatagan
kotlin = "1.9.24"
kotlin = "2.0.0"
# Must be in sync with 'kotlin'. Asserted in buildscript
ksp = "1.9.24-1.0.20"
ksp = "2.0.0-1.0.22"
# Must be compatible with 'kotlin'
dokka = "1.9.20"

Expand Down

0 comments on commit a6b7188

Please sign in to comment.