You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/12/27 17:11:34 UTC

[knox] branch master updated: KNOX-1714 - Upgrade groovy to 2.5.5

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new ac3c0e0  KNOX-1714 - Upgrade groovy to 2.5.5
ac3c0e0 is described below

commit ac3c0e0592f2e88a8c7559999340224ca6f8c448
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Dec 27 11:35:01 2018 -0500

    KNOX-1714 - Upgrade groovy to 2.5.5
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1c2c53..4fbd5ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
         <ehcache.version>2.6.11</ehcache.version>
         <findsecbugs-plugin.version>1.8.0</findsecbugs-plugin.version>
         <forbiddenapis.version>2.6</forbiddenapis.version>
-        <groovy.version>2.5.4</groovy.version>
+        <groovy.version>2.5.5</groovy.version>
         <guava.version>27.0.1-jre</guava.version>
         <hadoop.version>3.1.1</hadoop.version>
         <hamcrest.version>1.3</hamcrest.version>