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 e60c9e09f8 Upgrading build-helper-maven-plugin
e60c9e09f8 is described below
commit e60c9e09f8b754bb36123d39bb77257f67d456a3
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Nov 18 14:06:55 2023 +0100
Upgrading build-helper-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 59d541906c..20bdb5d3a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1389,7 +1389,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.4.0</version>
</plugin>
<plugin>