File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed 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.0.3 "
5- id(" io.spring.dependency-management" ) version " 1.1.0 "
6- kotlin(" jvm" ) version " 1.7.22 "
7- kotlin(" plugin.spring" ) version " 1.7.22 "
4+ id(" org.springframework.boot" ) version " 3.1.2 "
5+ id(" io.spring.dependency-management" ) version " 1.1.2 "
6+ kotlin(" jvm" ) version " 1.9.0 "
7+ kotlin(" plugin.spring" ) version " 1.9.0 "
88}
99
1010group = " com.example.kotlin"
@@ -26,7 +26,8 @@ dependencies {
2626 implementation(" com.github.javafaker:javafaker:1.0.2" )
2727
2828 implementation(" org.jetbrains.kotlin:kotlin-reflect" )
29- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
29+
30+ developmentOnly(" org.springframework.boot:spring-boot-devtools" )
3031
3132 testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
3233 exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments