This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch danielsun/bump-20210529 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 382a3c130867e19ab27e99930ce77926fc9d03f7 Author: Daniel Sun <[email protected]> AuthorDate: Sat May 29 17:26:39 2021 +0800 GROOVY-10119: Bump versions gradle plugin to 0.39.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b3ae7fb..28a08ff 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ buildscript { plugins { id 'me.champeau.buildscan-recipes' version '0.2.3' - id 'com.github.ben-manes.versions' version '0.38.0' + id 'com.github.ben-manes.versions' version '0.39.0' id 'com.github.blindpirate.osgi' version '0.0.4' id 'org.sonarqube' version '3.0' id 'org.apache.groovy-core'
