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 {
13
13
}
14
14
15
15
plugins {
16
- id( " org.jetbrains.kotlin.jvm " ) version " 1.7.10 "
16
+ val kotlinVersion = " 1.7.20 "
17
17
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
20
21
idea
21
22
}
22
23
23
24
apply (plugin = " io.spring.dependency-management" )
24
25
25
26
dependencies {
26
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.10 " )
27
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.20 " )
27
28
28
29
implementation(" org.springframework.boot:spring-boot-starter-web" )
29
30
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
You can’t perform that action at this time.
0 commit comments