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 @@ -4,7 +4,7 @@ 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.3 "
7
+ id(" org.springframework.boot" ) version " 3.4.4 "
8
8
id(" io.spring.dependency-management" ) version " 1.1.7"
9
9
java
10
10
scala
@@ -26,7 +26,7 @@ dependencies {
26
26
testImplementation(" org.scalatest:scalatest_3:3.2.19" )
27
27
testRuntimeOnly(" org.scalatestplus:junit-5-10_3:3.2.19.1" )
28
28
29
- implementation(platform(" org.junit:junit-bom:5.12.0 " ))
29
+ implementation(platform(" org.junit:junit-bom:5.12.1 " ))
30
30
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
31
31
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
32
32
}
You can’t perform that action at this time.
0 commit comments