You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/11/25 14:35:52 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.codehaus.mojo:build-helper-maven-plugin (#1112)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new e8e84cdb build(deps): bump org.codehaus.mojo:build-helper-maven-plugin (#1112)
e8e84cdb is described below

commit e8e84cdbedeaba33f242ffd2095eab887161764d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Nov 25 15:35:47 2023 +0100

    build(deps): bump org.codehaus.mojo:build-helper-maven-plugin (#1112)
    
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 281961a0..31b0b94f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
         <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
         <maven-source-plugin-version>3.2.1</maven-source-plugin-version>
         <jandex-maven-plugin-version>1.2.3</jandex-maven-plugin-version>
-        <build-helper-maven-plugin-version>3.4.0</build-helper-maven-plugin-version>
+        <build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
         <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
         <maven-clean-plugin-version>3.2.0</maven-clean-plugin-version>