We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f882c0 commit be180bdCopy full SHA for be180bd
build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
23
apply(plugin = "io.spring.dependency-management")
24
25
dependencies {
26
- implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.22")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
27
28
implementation("org.springframework.boot:spring-boot-starter-web")
29
implementation("org.springframework.boot:spring-boot-starter-actuator")
0 commit comments