Browse Source

Upgrade to Maven Failsafe Plugin 3.1.2

Closes gh-35959
pull/35986/head
Andy Wilkinson 3 years ago
parent
commit
3c482a024c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save