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 2023/01/03 11:40:18 UTC

[groovy] branch GROOVY_2_5_X updated: Revert "GROOVY-10814: Bump ivy to 2.5.1"

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 65f41aacc4 Revert "GROOVY-10814: Bump ivy to 2.5.1"
65f41aacc4 is described below

commit 65f41aacc41c4f3e3d220113fc94f859aba91733
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jan 3 21:38:56 2023 +1000

    Revert "GROOVY-10814: Bump ivy to 2.5.1"
    
    This reverts commit b5feb83bb4bd2fb741055dfd372bc4333b31948c.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index eb6d14f14b..0f186c4331 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.4'
     gparsVersion = '1.2.1'
-    ivyVersion = '2.5.1'
+    ivyVersion = '2.5.0'
     jansiVersion = '2.1.0'
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'