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 9c9f193f3f22c3a3948123b1e7dc971391322334 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Feb 2 10:25:46 2026 +0100 Upgrading maven-compiler-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a930388dc..034d08fba0 100644 --- a/pom.xml +++ b/pom.xml @@ -1568,7 +1568,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.14.1</version> + <version>3.15.0</version> <configuration> <release>${targetJdk}</release> <useIncrementalCompilation>false</useIncrementalCompilation>
