You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/05/20 20:45:43 UTC

[camel-k-runtime] branch main updated: build(deps): bump versions-maven-plugin from 2.10.0 to 2.11.0

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

lburgazzoli 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 15543606 build(deps): bump versions-maven-plugin from 2.10.0 to 2.11.0
15543606 is described below

commit 15543606b741b0bec51bd2b90d850bdc3efe51c1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 20 19:02:48 2022 +0000

    build(deps): bump versions-maven-plugin from 2.10.0 to 2.11.0
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.10.0 to 2.11.0.
    - [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
    - [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.10.0...versions-maven-plugin-2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 551b0546..c0acaf8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <maven-surefire-plugin-version>3.0.0-M6</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
         <maven-failsafe-plugin-version>3.0.0-M6</maven-failsafe-plugin-version>
-        <versions-maven-plugin-version>2.10.0</versions-maven-plugin-version>
+        <versions-maven-plugin-version>2.11.0</versions-maven-plugin-version>
         <directory-maven-plugin-version>1.0</directory-maven-plugin-version>
         <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
         <mycila-license-version>4.1</mycila-license-version>