Skip to content

Commit 50df139

Browse files
committed
Upgrade to JUnit 5.11.4
Closes gh-1600
1 parent f73cde8 commit 50df139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/plugins/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
assertJVersion=3.25.3
22
gradleVersionsPluginVersion=0.52.0
33
javaFormatVersion=0.0.46
4-
junitVersion=5.11.0
4+
junitVersion=5.11.4

spring-ws-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api(platform("org.apache.activemq:activemq-bom:6.1.5"))
1212
api(platform("org.eclipse.jetty:jetty-bom:12.0.16"))
1313
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.16"))
14-
api(platform("org.junit:junit-bom:5.11.0"))
14+
api(platform("org.junit:junit-bom:5.11.4"))
1515
api(platform("org.slf4j:slf4j-bom:2.0.17"))
1616
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
1717
api(platform("org.springframework.security:spring-security-bom:6.3.9"))

0 commit comments

Comments
 (0)