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 2022/12/20 23:46:06 UTC

[groovy] branch GROOVY_2_5_X updated: 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 b5feb83bb4 GROOVY-10814: Bump ivy to 2.5.1
b5feb83bb4 is described below

commit b5feb83bb4bd2fb741055dfd372bc4333b31948c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 21 09:45:58 2022 +1000

    GROOVY-10814: Bump ivy to 2.5.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a8f3bfcc0f..dae0e6acb5 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.0'
+    ivyVersion = '2.5.1'
     jansiVersion = '2.1.0'
     jarjarVersion = '1.7.2'
     jlineVersion = '2.14.6'