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 e1cedb0e8cc548d87746295976e7e08a32f140ea Author: Paul King <[email protected]> AuthorDate: Wed Mar 8 13:42:08 2023 +1000 GROOVY-10946: Bump com.github.ben-manes.versions to 0.46.0 (build dependency) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9e37e2561a..e40b022592 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ buildscript { plugins { id 'me.champeau.buildscan-recipes' version '0.2.3' id 'com.github.spotbugs' version '4.6.0' - id 'com.github.ben-manes.versions' version '0.42.0' + id 'com.github.ben-manes.versions' version '0.46.0' id 'com.github.blindpirate.osgi' version '0.0.6' id 'org.sonarqube' version '3.0' }
