From f35ecfbdca167b09e657811cbb530c5a932fbdf5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 May 2024 18:05:00 +0100 Subject: [PATCH] Reduce and update the versions of Maven that we test against Closes gh-40791 --- .../spring-boot-tools/spring-boot-maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle index c7f08b354ac..099528afece 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle @@ -144,7 +144,7 @@ task xsdResources(type: Sync) { } prepareMavenBinaries { - versions "3.9.0", "3.8.5", "3.6.3" + versions "3.9.6", "3.6.3" } artifacts {