File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import cz.habarta.typescript.generator.gradle.GenerateTask
22import java.nio.file.Paths
33
44plugins {
5- id(" org.springframework.boot" ) version " 3.1.2 "
5+ id(" org.springframework.boot" ) version " 3.5.0 "
66 id(" io.spring.dependency-management" ) version " 1.1.2"
77 kotlin(" jvm" ) version " 1.9.0"
88 kotlin(" plugin.spring" ) version " 1.9.0"
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.1.2 "
4+ id(" org.springframework.boot" ) version " 3.5.0 "
55 id(" io.spring.dependency-management" ) version " 1.1.2"
66 kotlin(" jvm" ) version " 1.9.0"
77 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
55import java.util.*
66
77plugins {
8- id(" org.springframework.boot" ) version " 3.1.2 "
8+ id(" org.springframework.boot" ) version " 3.5.0 "
99 id(" io.spring.dependency-management" ) version " 1.1.2"
1010 kotlin(" jvm" ) version " 1.9.0"
1111 kotlin(" plugin.spring" ) version " 1.9.0"
You can’t perform that action at this time.
0 commit comments