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 2022/10/01 12:00:14 UTC

[groovy] 03/05: GROOVY-10779: Bump japicmp plugin to 0.4.1

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 0c638cc202c7940424fff88440d78ef4b9ef3090
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Oct 1 19:56:55 2022 +0800

    GROOVY-10779: Bump japicmp plugin to 0.4.1
---
 subprojects/binary-compatibility/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index 2abdf7d77e..002b054162 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -19,7 +19,7 @@ import me.champeau.gradle.japicmp.JapicmpTask
  *  under the License.
  */
 plugins {
-    id "me.champeau.gradle.japicmp" version "0.4.0"
+    id "me.champeau.gradle.japicmp" version "0.4.1"
     id 'org.apache.groovy-aggregating-project'
     id 'org.apache.groovy-common'
 }