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


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

commit 84a4ec996ec198e8f42b34a1fad3594cdd885609
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 3636c0273b..94f90d5e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1561,7 +1561,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>
@@ -2034,7 +2034,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