Skip to content

Commit f35ecfb

Browse files
committed
Reduce and update the versions of Maven that we test against
Closes gh-40791
1 parent edd45de commit f35ecfb

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ task xsdResources(type: Sync) {
144144
}
145145

146146
prepareMavenBinaries {
147-
versions "3.9.0", "3.8.5", "3.6.3"
147+
versions "3.9.6", "3.6.3"
148148
}
149149

150150
artifacts {

0 commit comments

Comments
 (0)