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 2021/12/22 21:33:03 UTC

[camel-k-runtime] branch main updated: build(deps): bump maven-plugin-plugin from 3.6.1 to 3.6.2

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 9ce05e7  build(deps): bump maven-plugin-plugin from 3.6.1 to 3.6.2
9ce05e7 is described below

commit 9ce05e7b3676bb9e5f7dcc6781e28e2d12c5ed6e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 22 20:10:16 2021 +0000

    build(deps): bump maven-plugin-plugin from 3.6.1 to 3.6.2
    
    Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.1 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 65bfa2d..63b138c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
         <maven-site-plugin-version>3.9.1</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.15.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.2</maven-pmd-plugin-asm-version>
-        <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
+        <maven-plugin-plugin-version>3.6.2</maven-plugin-plugin-version>
         <maven-version>3.6.3</maven-version>
         <maven-plugin-tools-version>3.6.1</maven-plugin-tools-version>
         <maven-shaded-version>3.2.0</maven-shaded-version>