Browse Source

Upgrade to Maven Compiler Plugin 3.14.1

Closes gh-47576
pull/47596/head
Stéphane Nicoll 5 months ago
parent
commit
4f7ce2a8a4
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1335,7 +1335,7 @@ bom {
releaseNotes("https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-{version}") releaseNotes("https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-{version}")
} }
} }
library("Maven Compiler Plugin", "3.14.0") { library("Maven Compiler Plugin", "3.14.1") {
prohibit { prohibit {
contains "-beta-" contains "-beta-"
because "we don't want betas" because "we don't want betas"

Loading…
Cancel
Save