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 2020/04/10 19:35:18 UTC

[knox] 06/10: KNOX-2323 - Upgrade groovy to 3.0.3

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

commit b174138caf8e6ac0e1c4ef77e347030137ab2147
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Apr 10 15:08:26 2020 -0400

    KNOX-2323 - Upgrade groovy to 3.0.3
    
    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 2a9aeb1..bd3c2bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
         <forbiddenapis.version>2.7</forbiddenapis.version>
         <frontend-maven-plugin.version>1.9.1</frontend-maven-plugin.version>
         <gson.version>2.8.6</gson.version>
-        <groovy.version>3.0.1</groovy.version>
+        <groovy.version>3.0.3</groovy.version>
         <guava.version>28.2-jre</guava.version>
         <hadoop.version>3.2.1</hadoop.version>
         <hamcrest.version>2.2</hamcrest.version>