You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/02/24 02:15:55 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-10486: Bump gradle versions plugin to 0.42.0 (build dependency)

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 38a6710  GROOVY-10486: Bump gradle versions plugin to 0.42.0 (build dependency)
38a6710 is described below

commit 38a671043b2f51fcfe2ecf3c9d0e492b6fbe2e60
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 24 12:15:27 2022 +1000

    GROOVY-10486: Bump gradle versions plugin to 0.42.0 (build dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ad3d5c6..5a47a27 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.6.0'
-    id 'com.github.ben-manes.versions' version '0.38.0'
+    id 'com.github.ben-manes.versions' version '0.42.0'
     id 'com.github.blindpirate.osgi' version '0.0.6'
     id 'org.sonarqube' version '3.0'
 }