Skip to content

Commit

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

Updates `org.jetbrains.kotlin:kotlin-stdlib` 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-compiler` 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-reflect` 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-compiler-embeddable` 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-test` 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-maven-plugin` from 1.8.10 to 1.9.22

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent f9c7593 commit c61aa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<gradle.version>7.6.1</gradle.version>
<jacoco.version>0.8.1</jacoco.version>
<javapoet.version>1.13.0</javapoet.version>
<kotlin.version>1.8.10</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlinpoet.version>1.13.0</kotlinpoet.version>
<ksp-maven.version>1.4</ksp-maven.version>
<ktlint.version>0.47.1</ktlint.version>
Expand Down

0 comments on commit c61aa3f

Please sign in to comment.