This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7bda95273 Bump org.codehaus.mojo:build-helper-maven-plugin from 1.5 to
3.6.0
7bda95273 is described below
commit 7bda9527326aab0679e2aedc68639124f0478223
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 18:35:58 2025 +0000
Bump org.codehaus.mojo:build-helper-maven-plugin from 1.5 to 3.6.0
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 1.5 to 3.6.0.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-1.5...3.6.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
subsystem/subsystem-itests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subsystem/subsystem-itests/pom.xml
b/subsystem/subsystem-itests/pom.xml
index 643f2cb27..d7d3caa41 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -39,7 +39,7 @@
<properties>
<asm.version>5.0.3</asm.version>
-
<build-helper-maven-plugin.version>1.5</build-helper-maven-plugin.version>
+
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
<easymock.version>3.0</easymock.version>
<exam.version>4.13.5</exam.version>