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/28 08:18:44 UTC

[camel-k-runtime] branch main updated: build(deps): bump maven-plugin-annotations 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 2f86756  build(deps): bump maven-plugin-annotations from 3.6.1 to 3.6.2
2f86756 is described below

commit 2f86756ca9ceb56b515de6c470e54f291d9ebc6b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 20:21:02 2021 +0000

    build(deps): bump maven-plugin-annotations from 3.6.1 to 3.6.2
    
    Bumps [maven-plugin-annotations](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.plugin-tools:maven-plugin-annotations
      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 1891c92..80f21fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
         <maven-pmd-plugin-asm-version>9.2</maven-pmd-plugin-asm-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-plugin-tools-version>3.6.2</maven-plugin-tools-version>
         <maven-shaded-version>3.2.0</maven-shaded-version>
     </properties>