This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new c23aa434 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1
to 3.6.2
c23aa434 is described below
commit c23aa434df342f8cec8a8db7a6a2842c5e85c5ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 05:44:31 2026 +0000
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2
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:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
main-tiny/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main-tiny/pom.xml b/main-tiny/pom.xml
index b806eef6..20cf12a8 100644
--- a/main-tiny/pom.xml
+++ b/main-tiny/pom.xml
@@ -116,7 +116,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>
<phase>generate-sources</phase>