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 2018/08/12 00:15:44 UTC

[3/4] groovy git commit: GROOVY-8746: bump bridger to 1.5.Final

GROOVY-8746: bump bridger to 1.5.Final


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/78064139
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/78064139
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/78064139

Branch: refs/heads/GROOVY_2_5_X
Commit: 78064139240ae636e3f0130ab8fc69e6178a8f64
Parents: f38fbc2
Author: Paul King <pa...@asert.com.au>
Authored: Sat Aug 11 19:57:29 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Aug 12 10:15:34 2018 +1000

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/78064139/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5f01fce..8dd9d5f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ ext {
     antVersion = '1.9.9'
     asmVersion = '6.2.1'
     antlrVersion = '2.7.7'
-    bridgerVersion = '1.1.Final'
+    bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'
     commonsCliVersion = '1.4'
     commonsHttpClientVersion = '3.1'