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:42 UTC

[1/4] groovy git commit: GROOVY-8745: bump Ant to 1.9.13

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 161d1b5ff -> 7d343b1fa


GROOVY-8745: bump Ant to 1.9.13


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 7d343b1fa6bc22624dd2769a7aa924203daa8e82
Parents: 7806413
Author: Paul King <pa...@asert.com.au>
Authored: Sun Aug 12 10:15:08 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/7d343b1f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8dd9d5f..663c3dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -138,7 +138,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.9.9'
+    antVersion = '1.9.13'
     asmVersion = '6.2.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'


[2/4] groovy git commit: GROOVY-8744: bump ASM to 6.2.1

Posted by pa...@apache.org.
GROOVY-8744: bump ASM to 6.2.1


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

Branch: refs/heads/GROOVY_2_5_X
Commit: f38fbc20a72b738e7ef0ee1a2ed5616580eef683
Parents: bde69ca
Author: Paul King <pa...@asert.com.au>
Authored: Sat Aug 11 19:54:33 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/f38fbc20/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ef1d314..5f01fce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -139,7 +139,7 @@ configurations {
 
 ext {
     antVersion = '1.9.9'
-    asmVersion = '6.2'
+    asmVersion = '6.2.1'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'


[4/4] groovy git commit: add dependency update plugin

Posted by pa...@apache.org.
add dependency update plugin


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

Branch: refs/heads/GROOVY_2_5_X
Commit: bde69cadd9424100b499466f752abe24ae0f6803
Parents: 161d1b5
Author: Paul King <pa...@asert.com.au>
Authored: Sat Aug 11 19:53:52 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Aug 12 10:15:34 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/bde69cad/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 5f6b5d2..ef1d314 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,6 +47,8 @@ buildscript {
 plugins {
     id 'com.gradle.build-scan' version '1.13.4'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
+    id 'com.github.spotbugs' version '1.6.2'
+    id "com.github.ben-manes.versions" version '0.20.0'
 }
 
 buildScan {


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

Posted by pa...@apache.org.
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'