Browse Source

Upgrade to Maven Surefire Plugin 3.4.0

Closes gh-41965
pull/41975/head
Stéphane Nicoll 1 year ago
parent
commit
4bf7f2220d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save