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 2018/11/14 10:52:16 UTC

[camel-k] 05/08: chore(dependencies): update to maven 3.6.0

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

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

commit 67c4ca8c142ef5806ec09900f8bb1e51e3ce9b11
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:18:02 2018 +0100

    chore(dependencies): update to maven 3.6.0
---
 runtime/dependency-lister/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index 1c4bfa7..0810fc0 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.5.4</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.5.2</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.5.4</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>