Browse Source

Upgrade to Maven Surefire Plugin 3.3.0

Closes gh-41418
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
1d65792f5c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1250,7 +1250,7 @@ bom { @@ -1250,7 +1250,7 @@ bom {
]
}
}
library("Maven Surefire Plugin", "3.2.5") {
library("Maven Surefire Plugin", "3.3.0") {
group("org.apache.maven.plugins") {
plugins = [
"maven-surefire-plugin"

Loading…
Cancel
Save