Browse Source

Upgrade to Maven Failsafe Plugin 3.5.5

Closes gh-49461
pull/49591/head
Stéphane Nicoll 2 weeks ago
parent
commit
9fd3e26044
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1466,7 +1466,7 @@ bom { @@ -1466,7 +1466,7 @@ bom {
releaseNotes("https://github.com/apache/maven-enforcer/releases/tag/enforcer-{version}")
}
}
library("Maven Failsafe Plugin", "3.5.4") {
library("Maven Failsafe Plugin", "3.5.5") {
group("org.apache.maven.plugins") {
plugins = [
"maven-failsafe-plugin"

Loading…
Cancel
Save