Browse Source

Upgrade to Maven Failsafe Plugin 3.5.1

Closes gh-42659
pull/42645/head
Stéphane Nicoll 1 year ago
parent
commit
a1f9dd3dcd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1228,7 +1228,7 @@ bom { @@ -1228,7 +1228,7 @@ bom {
]
}
}
library("Maven Failsafe Plugin", "3.5.0") {
library("Maven Failsafe Plugin", "3.5.1") {
group("org.apache.maven.plugins") {
plugins = [
"maven-failsafe-plugin"

Loading…
Cancel
Save