You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/06/25 15:38:46 UTC

[shardingsphere] branch master updated: update groovy version (#6185)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb84728  update groovy version (#6185)
bb84728 is described below

commit bb84728f3b5e7d1d610c362a9cadede4c9b5161f
Author: kimmking <ki...@163.com>
AuthorDate: Thu Jun 25 23:38:35 2020 +0800

    update groovy version (#6185)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1aea88e..7055d98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         
         <antlr4.version>4.7.2</antlr4.version>
         
-        <groovy.version>2.4.5</groovy.version>
+        <groovy.version>2.4.19</groovy.version>
         <snakeyaml.version>1.16</snakeyaml.version>
         
         <netty.version>4.1.42.Final</netty.version>