Browse Source

Test spring-boot-maven-plugin against Maven 3.9.9

Closes gh-42097
pull/42868/head
Moritz Halbritter 1 year ago
parent
commit
e7d6bd6ccd
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

2
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

@ -171,7 +171,7 @@ task xsdResources(type: Sync) { @@ -171,7 +171,7 @@ task xsdResources(type: Sync) {
}
prepareMavenBinaries {
versions = [ "3.9.6", "3.6.3" ]
versions = [ "3.9.9", "3.6.3" ]
}
artifacts {

Loading…
Cancel
Save