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 aaf454595a..4019ba2efe 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 @@ -111,7 +111,7 @@ task xsdResources(type: Sync) { } prepareMavenBinaries { - versions "3.9.0", "3.8.5", "3.6.3" + versions "3.9.6", "3.6.3" } tasks.named("documentPluginGoals") {