You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/09 08:14:51 UTC

[GitHub] nicolaferraro closed pull request #321: Runtime dep upgrade

nicolaferraro closed pull request #321: Runtime dep upgrade
URL: https://github.com/apache/camel-k/pull/321
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index a3315d82..20ae8bae 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>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 29a68460..d57046d9 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services