Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.allopen
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 37e3d47 commit 990c777
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 @@ -5,7 +5,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.5"
id("org.jmailen.kotlinter") version "4.3.0"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
val kotlinVersion = "1.9.24"
val kotlinVersion = "2.0.0"
id("org.jetbrains.kotlin.plugin.allopen") version kotlinVersion
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand Down

0 comments on commit 990c777

Please sign in to comment.