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 2020/09/14 04:53:50 UTC

[groovy] branch master updated (9b102f9 -> 1ce6624)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from 9b102f9  GROOVY-9146: Seems to be a gap in method reference support
     new 09823c3  GROOVY-9740: Bump JUnit5/platform to 5.7.0/1.7.0
     new 1ce6624  GROOVY-9741: Bump gradle to 6.6.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                             | 4 ++--
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


[groovy] 02/02: GROOVY-9741: Bump gradle to 6.6.1

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 1ce6624c754b02373897637d8eb661579f7a11fb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Sep 14 14:52:17 2020 +1000

    GROOVY-9741: Bump gradle to 6.6.1
---
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 69eab20..dd21206 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ groovyVersion = 4.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 4.0.0.SNAPSHOT
 
-gradle_version=6.6
+gradle_version=6.6.1
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 6c9a224..12d38de 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists


[groovy] 01/02: GROOVY-9740: Bump JUnit5/platform to 5.7.0/1.7.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 09823c341f6798850ffa48c76e245689ca11abb1
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Sep 14 14:42:58 2020 +1000

    GROOVY-9740: Bump JUnit5/platform to 5.7.0/1.7.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index cb27bc6..5676078 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,8 +156,8 @@ ext {
     spotbugsVersion = '4.1.1'
     spotbugsAnnotationsVersion = '4.1.1'
     checkstyleVersion = '8.35'
-    junit5Version = '5.6.2'
-    junit5PlatformVersion = '1.6.2'
+    junit5Version = '5.7.0'
+    junit5PlatformVersion = '1.7.0'
     jcipAnnotationsVersion = '1.0'
 }