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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 34d95b7  Upgrade maven-plugin-plugin to 3.6.2
34d95b7 is described below

commit 34d95b7f1123769aff8566bbcfb4f8162adf1db7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Dec 10 15:35:29 2021 +0100

    Upgrade maven-plugin-plugin to 3.6.2
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 6 +++---
 tooling/parent/pom.xml     | 3 +--
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3987856..c943616 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -396,8 +396,8 @@
     
<maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
     <maven-model-version>3.2.5</maven-model-version>
     <maven-owasp-plugin-version>6.5.0</maven-owasp-plugin-version>
-    <maven-plugin-annotations-version>3.6.1</maven-plugin-annotations-version>
-    <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
+    <maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
+    <maven-plugin-plugin-version>3.6.2</maven-plugin-plugin-version>
     
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
     
<maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
     <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index a38242e..2c59c01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -359,7 +359,7 @@
         <leveldb-api-version>0.12</leveldb-api-version>
         <leveldb-version>0.12</leveldb-version>
         <leveldb-guava-version>21.0</leveldb-guava-version>
-        <libphonenumber-version>8.12.38</libphonenumber-version>
+        <libphonenumber-version>8.12.36</libphonenumber-version>
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <lettuce-version>5.1.0.RELEASE</lettuce-version>
@@ -381,8 +381,8 @@
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         
<maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
         <maven-model-version>3.2.5</maven-model-version>
-        <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
-        
<maven-plugin-annotations-version>3.6.1</maven-plugin-annotations-version>
+        <maven-plugin-plugin-version>3.6.2</maven-plugin-plugin-version>
+        
<maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
         
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
         
<maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
         <!-- resources plugin needed by Camel maven archetypes -->
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index ee22f94..3f7a911 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -33,12 +33,11 @@
     <description>Camel Tooling Parent POM</description>
 
     <properties>
-
         <maven-version>3.1.1</maven-version>
         
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
         <maven-project-version>2.2.1</maven-project-version>
         <maven-dependency-tree-version>2.2</maven-dependency-tree-version>
-        
<maven-plugin-annotations-version>3.6.0</maven-plugin-annotations-version>
+        
<maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
         <maven-reporting-api-version>3.0</maven-reporting-api-version>
         <maven-reporting-impl-version>2.4</maven-reporting-impl-version>
         <maven-resolver-version>1.0.3</maven-resolver-version>

Reply via email to