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 a672962cc0dfa5a0b99dc19133b448d1ee867eaa Author: Daniel Sun <[email protected]> AuthorDate: Sat Oct 19 06:59:37 2024 +0800 GROOVY-11500: Bump japicmp to 0.4.4 --- 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 3e665846f2..021578b83f 100644 --- a/subprojects/binary-compatibility/build.gradle +++ b/subprojects/binary-compatibility/build.gradle @@ -19,7 +19,7 @@ import me.champeau.gradle.japicmp.JapicmpTask plugins { - id "me.champeau.gradle.japicmp" version "0.4.1" + id "me.champeau.gradle.japicmp" version "0.4.4" id 'org.apache.groovy-aggregating-project' id 'org.apache.groovy-common' }
