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 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
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 "
8
8
}
9
9
10
10
group = " com.example.kotlin"
@@ -26,7 +26,8 @@ dependencies {
26
26
implementation(" com.github.javafaker:javafaker:1.0.2" )
27
27
28
28
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
29
- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
29
+
30
+ developmentOnly(" org.springframework.boot:spring-boot-devtools" )
30
31
31
32
testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
32
33
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments