Skip to content

Commit a654380

Browse files
committed
Merge pull request #26200 from slawekjaranowski
* pr/26200: Test Maven plugin against latest Maven versions Closes gh-26200
2 parents a7b0f90 + 50118f6 commit a654380

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
@@ -115,7 +115,7 @@ task zip(type: Zip) {
115115
}
116116

117117
prepareMavenBinaries {
118-
versions "3.6.2", "3.5.4"
118+
versions "3.8.1", "3.6.3", "3.5.4"
119119
}
120120

121121
artifacts {

0 commit comments

Comments
 (0)