Skip to content

Commit

Permalink
Bump kotlinVersion from 1.9.24 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.9.24 to 2.1.0.

Updates `jvm` from 1.9.24 to 2.1.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.1.0)

Updates `plugin.allopen` from 1.9.24 to 2.1.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.1.0)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: plugin.allopen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a7d24c7 commit 8121a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
val jandexPluginVersion = "1.1.0" // https://plugins.gradle.org/plugin/org.kordamp.gradle.jandex
val kotlinVersion = "1.9.24" // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
val kotlinVersion = "2.1.0" // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
val ktlintVersion = "11.6.1" // https://mvnrepository.com/artifact/org.jlleitschuh.gradle/ktlint-gradle
val springDependencyManagementVersion = "1.1.6" // // https://mvnrepository.com/artifact/io.spring.gradle/dependency-management-plugin
val quarkusVersion = "3.6.8" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
Expand Down

0 comments on commit 8121a3f

Please sign in to comment.