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/02/24 04:01:31 UTC

[groovy] 03/04: GROOVY-10485: Bump jarjar to 1.8.1 (build dependency)

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 fad51efbc518dde1ce5acebb3d749ff222d01786
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 13:54:47 2022 +1000

    GROOVY-10485: Bump jarjar to 1.8.1 (build dependency)
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c43825d..c241af3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -137,7 +137,7 @@ ext {
     gparsVersion = '1.2.1'
     ivyVersion = '2.5.0'
     jansiVersion = '2.1.1'
-    jarjarVersion = '1.7.2'
+    jarjarVersion = '1.8.1'
     javaParserVersion = '3.23.0'
     jlineVersion = '2.14.6'
     jmockVersion = '1.2.0'
@@ -197,7 +197,7 @@ dependencies {
     testImplementation "org.slf4j:jcl-over-slf4j:$slf4jVersion"
     testImplementation "com.thoughtworks.qdox:qdox:$qdoxVersion"
 
-    tools "org.pantsbuild:jarjar:$jarjarVersion"
+    tools "com.eed3si9n.jarjar:jarjar:$jarjarVersion"
     tools "org.jboss.bridger:bridger:$bridgerVersion"
 
     tools("net.sourceforge.cobertura:cobertura:$coberturaVersion") {