This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit b02d2a3562d195408239fc0aee8206820f3f8e5f
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 6532f5c33f..e7c3064b0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1560,7 +1560,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>

Reply via email to