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 d85998c727..75fc3390d6 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 @@ -124,7 +124,7 @@ task xsdResources(type: Sync) { } prepareMavenBinaries { - versions = [ "3.9.6", "3.6.3" ] + versions = [ "3.9.9", "3.6.3" ] } tasks.named("documentPluginGoals") {