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 d422b43a8a Upgrading build-helper-maven-plugin
d422b43a8a is described below
commit d422b43a8abe3957beee1dd65ce0abe316a6e90b
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 8765e9634e..0eb830cb0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1494,7 +1494,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>