This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new d9344510 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0
to 3.5.0 (#254)
d9344510 is described below
commit d9344510b01009e3fad8b6a73b029f4227310951
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 29 16:07:50 2024 +0200
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#254)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.4.0 to 3.5.0.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.4.0...3.5.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
features/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features/pom.xml b/features/pom.xml
index 112aaa2a..44f8bff3 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -96,7 +96,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<executions>
<execution>
<id>attach-artifact</id>