This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 1ce594900dfcb800296b3596d6c97058e9d05dec Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 19 08:38:09 2024 +0100 Upgrading maven-compiler-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4976099ce..570a5d7de7 100644 --- a/pom.xml +++ b/pom.xml @@ -1891,7 +1891,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.13.0</version> <configuration> <source>${targetJdk}</source> <target>${targetJdk}</target>
