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 2019/05/16 12:35:32 UTC

[camel-k-runtime] 03/04: update groovy to v 2.5.7

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-runtime.git

commit 6b8badf818d6f99d403398e200b3ad0ef7e1cd27
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:29:09 2019 +0200

    update groovy to v 2.5.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bfb59a..373c70a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <assertj.version>3.12.2</assertj.version>
         <log4j2.version>2.11.2</log4j2.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <groovy.version>2.5.6</groovy.version>
+        <groovy.version>2.5.7</groovy.version>
         <kotlin.version>1.3.30</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>