File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ repositories {
12
12
}
13
13
14
14
plugins {
15
- id(" org.jetbrains.kotlin.jvm" ) version " 1.6.0 "
15
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10 "
16
16
id(" org.springframework.boot" ) version " 2.5.12"
17
- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.6.0 "
18
- id(" org.jetbrains.kotlin.plugin.jpa" ) version " 1.6.0 "
17
+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.10 "
18
+ id(" org.jetbrains.kotlin.plugin.jpa" ) version " 1.7.10 "
19
19
idea
20
20
}
21
21
22
22
apply (plugin = " io.spring.dependency-management" )
23
23
24
24
dependencies {
25
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.6.0 " )
25
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.7.10 " )
26
26
27
27
implementation(" org.springframework.boot:spring-boot-starter-web" )
28
28
implementation(" org.springframework.boot:spring-boot-starter-actuator" )
You can’t perform that action at this time.
0 commit comments