File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
4
4
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
5
5
6
6
plugins {
7
- id(" org.springframework.boot" ) version " 3.4.0"
8
- id(" io.spring.dependency-management" ) version " 1.1.6"
9
- kotlin(" jvm" ) version " 2.0.21"
10
- kotlin(" plugin.spring" ) version " 2.0.21"
11
- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1"
7
+ id(" org.springframework.boot" ) version " 3.4.1"
8
+ id(" io.spring.dependency-management" ) version " 1.1.7"
9
+ kotlin(" jvm" ) version " 2.1.0"
10
+ kotlin(" plugin.spring" ) version " 2.1.0"
12
11
}
13
12
14
13
group = " com.example"
@@ -22,7 +21,7 @@ dependencies {
22
21
implementation(" org.springframework.boot:spring-boot-starter" )
23
22
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
24
23
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
25
- testImplementation(" org.assertj:assertj-core:3.26.3 " )
24
+ testImplementation(" org.assertj:assertj-core:3.27.0 " )
26
25
}
27
26
28
27
java {
You can’t perform that action at this time.
0 commit comments