This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 864393cf6a4f3fb958ee5d21463a65dccb87bb6f Author: Paul King <pa...@asert.com.au> AuthorDate: Fri Aug 25 23:12:40 2023 +1000 GROOVY-11160: Bump ivy to 2.5.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ccf9d43fb..af18352f84 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ ext { coberturaVersion = '1.9.4.1' commonsCliVersion = '1.4' gparsVersion = '1.2.1' - ivyVersion = '2.5.1' + ivyVersion = '2.5.2' jansiVersion = '2.4.0' jarjarVersion = '1.7.2' javaParserVersion = '3.25.4'