You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/01/09 08:14:54 UTC

[camel-k] branch master updated (f63c7de -> bca59d8)

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

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


    from f63c7de  chore(ux): show the same basic info with oc and kamel
     new b4f6e02  chore(deps): update groovy to v2.5.5
     new bca59d8  chore(deps): update maven-common-artifact-filters to v3.1.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 runtime/dependency-lister/pom.xml | 2 +-
 runtime/pom.xml                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel-k] 02/02: chore(deps): update maven-common-artifact-filters to v3.1.0

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bca59d81ca8b67f307a8e45b1f93160dbad2c519
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Jan 9 01:18:52 2019 +0100

    chore(deps): update maven-common-artifact-filters to v3.1.0
---
 runtime/dependency-lister/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index a3315d8..20ae8ba 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.0.1</version>
+      <version>3.1.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven</groupId>


[camel-k] 01/02: chore(deps): update groovy to v2.5.5

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b4f6e02ef31b619bff7120dbfa043cbffc787cdf
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Jan 9 01:16:58 2019 +0100

    chore(deps): update groovy to v2.5.5
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 29a6846..d57046d 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -38,7 +38,7 @@
         <assertj.version>3.11.1</assertj.version>
         <log4j2.version>2.11.1</log4j2.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <groovy.version>2.5.4</groovy.version>
+        <groovy.version>2.5.5</groovy.version>
         <kotlin.version>1.3.11</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.2-groovy-2.5</spock.version>