Skip to content

Commit 6ce629e

Browse files
committed
Upgrade to JUnit 5.13.3
Closes gh-1643
1 parent 1731c65 commit 6ce629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ws-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
api(platform("org.apache.activemq:activemq-bom:6.1.6"))
2828
api(platform("org.eclipse.jetty:jetty-bom:12.0.19"))
2929
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.19"))
30-
api(platform("org.junit:junit-bom:5.12.2"))
30+
api(platform("org.junit:junit-bom:5.13.3"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
3333
api(platform("org.springframework.security:spring-security-bom:7.0.0-SNAPSHOT"))

0 commit comments

Comments
 (0)