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