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 b4a9ad0fddcfdec7f8f6f0d7da68f3eeafb2b96a Author: Paul King <[email protected]> AuthorDate: Fri Sep 18 12:03:37 2020 +1000 GROOVY-9747: Bump versions plugin to 0.33.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b110f7..3ce070f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ plugins { id 'org.asciidoctor.jvm.pdf' version '3.2.0' id 'me.champeau.buildscan-recipes' version '0.2.3' id 'com.github.spotbugs' version '4.5.0' - id 'com.github.ben-manes.versions' version '0.29.0' + id 'com.github.ben-manes.versions' version '0.33.0' id 'com.github.blindpirate.osgi' version '0.0.3' id 'org.sonarqube' version '2.8' }
