Skip to content

Commit

Permalink
chore(deps): Bump the kotlin group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 2 updates in the / directory: [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin).


Updates `jvm` from 1.9.24 to 2.0.10
- [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.0.10)

Updates `plugin.spring` from 1.9.24 to 2.0.10
- [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.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 7426cb5 commit 592119b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
id("org.springframework.boot") version "3.3.2" apply false
id("io.spring.dependency-management") version "1.1.6" apply false
id("org.graalvm.buildtools.native") version "0.10.2"
kotlin("jvm") version "1.9.24" apply false
kotlin("plugin.spring") version "1.9.24" apply false
kotlin("jvm") version "2.0.10" apply false
kotlin("plugin.spring") version "2.0.10" apply false
id("com.google.cloud.tools.jib") version "3.4.3" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.6" apply false
id("org.sonarqube") version "5.1.0.4882"
Expand Down

0 comments on commit 592119b

Please sign in to comment.