This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 49c238f0e7473c71174ea7b2889f8bd9e3d32f8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 23 15:59:39 2026 -0400
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2 (#3490)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.6.1 to 3.6.2.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.1...3.6.2)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c9462bfb2aca7e30f3b5fe907aeea479f654488c)
---
distribution/src/main/release/samples/corba/hello_world/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/src/main/release/samples/corba/hello_world/pom.xml
b/distribution/src/main/release/samples/corba/hello_world/pom.xml
index d752fcb90db..db233b215b6 100644
--- a/distribution/src/main/release/samples/corba/hello_world/pom.xml
+++ b/distribution/src/main/release/samples/corba/hello_world/pom.xml
@@ -122,7 +122,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<executions>
<execution>
<id>add-source</id>
diff --git a/pom.xml b/pom.xml
index 930565e92c5..391791e6aeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>