File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import cz.habarta.typescript.generator.gradle.GenerateTask
2
2
import java.nio.file.Paths
3
3
4
4
plugins {
5
- id(" org.springframework.boot" ) version " 3.1.2 "
5
+ id(" org.springframework.boot" ) version " 3.3.0 "
6
6
id(" io.spring.dependency-management" ) version " 1.1.2"
7
7
kotlin(" jvm" ) version " 1.9.0"
8
8
kotlin(" plugin.spring" ) version " 1.9.0"
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.1.2 "
4
+ id(" org.springframework.boot" ) version " 3.3.0 "
5
5
id(" io.spring.dependency-management" ) version " 1.1.2"
6
6
kotlin(" jvm" ) version " 1.9.0"
7
7
kotlin(" plugin.spring" ) version " 1.9.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
5
5
import java.util.*
6
6
7
7
plugins {
8
- id(" org.springframework.boot" ) version " 3.1.2 "
8
+ id(" org.springframework.boot" ) version " 3.3.0 "
9
9
id(" io.spring.dependency-management" ) version " 1.1.2"
10
10
kotlin(" jvm" ) version " 1.9.0"
11
11
kotlin(" plugin.spring" ) version " 1.9.0"
You can’t perform that action at this time.
0 commit comments