Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-gradle-plugin in /buildSrc
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 5778c8b commit 0eb1586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22") // kotlin("jvm")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23") // kotlin("jvm")
implementation("org.jetbrains.kotlin:kotlin-allopen:1.9.22") // kotlin("plugin.spring")
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.2") // id("org.springframework.boot")
implementation("io.spring.gradle:dependency-management-plugin:1.1.4") // id("io.spring.dependency-management")
Expand Down

0 comments on commit 0eb1586

Please sign in to comment.