Browse Source

Upgrade to Maven Failsafe Plugin 3.5.0

Closes gh-42230
pull/42277/head
Andy Wilkinson 1 year ago
parent
commit
965cc24d91
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save