Skip to content

Commit

Permalink
chore(deps): Bump kotlinVersion from 1.8.20 to 1.9.22
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.8.20 to 1.9.22.

Updates `jvm` from 1.8.20 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.20...v1.9.22)

Updates `kapt` from 1.8.20 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.20...v1.9.22)

Updates `plugin.spring` from 1.8.20 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.20...v1.9.22)

Updates `plugin.jpa` from 1.8.20 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.20...v1.9.22)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eliezio committed Jan 2, 2024
1 parent a1d9212 commit ecc5579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
groovy
jacoco

val kotlinVersion = "1.9.0"
val kotlinVersion = "1.9.22"
kotlin("jvm") version kotlinVersion
kotlin("kapt") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand Down

0 comments on commit ecc5579

Please sign in to comment.