This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 547e05e7e49aad8634459bba9bd28f0b618fadc9 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Feb 21 10:58:17 2025 +0100 Upgrading maven-compiler-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5251310917..d202f87cc9 100644 --- a/pom.xml +++ b/pom.xml @@ -1443,7 +1443,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.13.0</version> + <version>3.14.0</version> <configuration> <release>${targetJdk}</release> <useIncrementalCompilation>false</useIncrementalCompilation>
