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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new d4aed33d56 Upgrading maven-resources-plugin
d4aed33d56 is described below

commit d4aed33d563c3428eff1a6c5b6ba883967b07cc7
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Dec 1 08:23:58 2025 +0100

    Upgrading maven-resources-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 267b40b246..838e0dd9df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1571,7 +1571,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.4.0</version>
           <configuration>
             
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
             <useDefaultDelimiters>false</useDefaultDelimiters>
@@ -2066,7 +2066,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>3.3.1</version>
+        <version>3.4.0</version>
         <executions>
           <execution>
             <id>copy-artifact-legal-files</id>

Reply via email to