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
The following commit(s) were added to refs/heads/master by this push:
new 9b14f3b857 Upgrading maven-resources-plugin
9b14f3b857 is described below
commit 9b14f3b85726a887f0b50c23257257a1b572ee21
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 b17f1bdc67..50a5646f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1574,7 +1574,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>
@@ -2069,7 +2069,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>