This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit a9247b7b8672a57d7bebf3c1939d27d1b52cb7f8 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 f45996e..036a876 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ buildscript { plugins { 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' }
