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/02/25 10:22:47 UTC

[groovy] branch master updated: GROOVY-9419: Bump gradle to 6.2.1

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


The following commit(s) were added to refs/heads/master by this push:
     new fa62050  GROOVY-9419: Bump gradle to 6.2.1
fa62050 is described below

commit fa62050e8d99ee395844ed106700114b41a32f0a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Feb 25 20:22:19 2020 +1000

    GROOVY-9419: Bump gradle to 6.2.1
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index ed511b9..eb81dfd 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.1.1
+gradle_version=6.2.1
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g