This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 1f7075295165dc95af75dfc40de9b77ae26afa11 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 7e092e63f1..ac8e2c51f3 100644 --- a/pom.xml +++ b/pom.xml @@ -1510,7 +1510,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>
