File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,18 @@ repositories {
1313}
1414
1515plugins {
16- id( " org.jetbrains.kotlin.jvm " ) version " 1.7.10 "
16+ val kotlinVersion = " 1.7.20 "
1717 id(" org.springframework.boot" ) version " 2.7.4"
18- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.10"
19- id(" org.jetbrains.kotlin.plugin.jpa" ) version " 1.7.10"
18+ kotlin(" jvm" ) version kotlinVersion
19+ kotlin(" plugin.spring" ) version kotlinVersion
20+ kotlin(" plugin.jpa" ) version kotlinVersion
2021 idea
2122}
2223
2324apply (plugin = " io.spring.dependency-management" )
2425
2526dependencies {
26- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.10 " )
27+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.20 " )
2728
2829 implementation(" org.springframework.boot:spring-boot-starter-web" )
2930 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
You can’t perform that action at this time.
0 commit comments