Skip to content

Commit

Permalink
Bump the kotlin-ksp-compose group with 4 updates (#1975)
Browse files Browse the repository at this point in the history
* Bump the kotlin-ksp-compose group across 1 directory with 4 updates

Bumps the kotlin-ksp-compose group with 4 updates in the / directory: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) and androidx.compose.compiler:compiler.


Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `androidx.compose.compiler:compiler` from 1.5.13 to 1.5.14

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
- dependency-name: androidx.compose.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp-compose
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump ksp from 1.9.23-1.0.20 to 1.9.24-1.0.20

Bumps `ksp` from 1.9.23-1.0.20 to 1.9.24-1.0.20.

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

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

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix KSP dependabot pattern

* Fix KSP dependabot pattern

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Rosas <[email protected]>
  • Loading branch information
dependabot[bot] and alejandrorosas authored May 15, 2024
1 parent ba6e4a3 commit 9037899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
patterns:
- "org.jetbrains.kotlin:*"
- "org.jetbrains.kotlin.*"
- "com.google.devtools.ksp"
- "com.google.devtools.ksp:*"
- "androidx.compose.compiler:compiler"
android-gradle-plugin:
patterns:
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20" # depends on Kotlin version
composeCompiler = "1.5.13" # depends on Kotlin version
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20" # depends on Kotlin version
composeCompiler = "1.5.14" # depends on Kotlin version
compilerTesting = "1.5.0"
destinations = "1.10.2" # update this alongside with compiler version

Expand Down

0 comments on commit 9037899

Please sign in to comment.