This is an automated email from the ASF dual-hosted git repository.
zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new ec3b0df042 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0
to 3.6.1 (#7424)
ec3b0df042 is described below
commit ec3b0df042518645986d790395aa787759d97b6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 6 07:37:47 2025 +0800
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 (#7424)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.6.0 to 3.6.1.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.1
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ee5bb96c76..856eba8690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
<!-- Maven plugin versions (keep sorted alphabetically) -->
<cq-plugin.version>4.17.9</cq-plugin.version>
<cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
-
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
+
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
<formatter-maven-plugin.version>2.26.0</formatter-maven-plugin.version>
<gmavenplus-maven-plugin.version>3.0.0</gmavenplus-maven-plugin.version>