You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/09/08 06:55:11 UTC

[groovy] branch GROOVY_2_5_X updated: GROOVY-10215: upgrade Ivy to 2.5.0 (closes #1616)

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

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 642242a  GROOVY-10215: upgrade Ivy to 2.5.0 (closes #1616)
642242a is described below

commit 642242a3524018d4a714a23173580e51ae4a1994
Author: phang98 <ph...@gmail.com>
AuthorDate: Wed Sep 8 06:20:31 2021 +0000

    GROOVY-10215: upgrade Ivy to 2.5.0 (closes #1616)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index fad4616..6b1f5bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -147,7 +147,7 @@ ext {
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.4'
     gparsVersion = '1.2.1'
-    ivyVersion = '2.4.0'
+    ivyVersion = '2.5.0'
     jansiVersion = '2.1.0'
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'