Skip to content

Commit

Permalink
Bump kotlinGradlePluginVersion from 1.8.10 to 1.9.22
Browse files Browse the repository at this point in the history
Bumps `kotlinGradlePluginVersion` from 1.8.10 to 1.9.22.

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

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.8.10 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 05035af commit ee53a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
compose_version_ui = '1.5.0'
kotlin_version = '1.8.10'
compilerExtensionVersion = '1.4.4'
kotlinGradlePluginVersion = '1.8.10'
kotlinGradlePluginVersion = '1.9.22'
latestAboutLibsRelease = '10.9.1'
navigationComposeVersion = '2.7.0'
junitVersion = '4.13.2'
Expand Down

0 comments on commit ee53a72

Please sign in to comment.