You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/08/12 09:41:03 UTC

[groovy] 01/03: GROOVY-9219: Bump versions gradle plugin to 0.22.0

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 <su...@apache.org>
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 {