This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 44933d6b12e40ac9fff178340b24c815f57abb9f Author: Daniel Sun <[email protected]> AuthorDate: Mon Aug 12 17:27:40 2019 +0800 GROOVY-9219: Bump versions gradle plugin to 0.22.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e0b9ba..c306e17 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ plugins { id 'com.gradle.build-scan' version '2.3' id 'me.champeau.buildscan-recipes' version '0.2.3' id 'com.github.spotbugs' version '1.7.1' - id "com.github.ben-manes.versions" version '0.21.0' + id "com.github.ben-manes.versions" version '0.22.0' } buildScan {
