From 51b13b89f7c65fdda43146af96ab6cd9fe55cda1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 22 Apr 2021 13:09:28 +0200 Subject: [PATCH] bump maven version 3.6.2 to 3.6.3 and add 3.8.1 for integration tests --- .../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 ec9f84ee7864..d1aa1e0a6c44 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 @@ -115,7 +115,7 @@ task zip(type: Zip) { } prepareMavenBinaries { - versions "3.6.2", "3.5.4" + versions "3.8.1", "3.6.3", "3.5.4" } artifacts {