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 4a88dfaafc506f77657dd7b0b322d1ad858c05d3 Author: Daniel Sun <[email protected]> AuthorDate: Sat Apr 19 14:05:45 2025 +0900 GROOVY-11626: Bump japicmp to 0.4.6 --- 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 e972b7895b..e229d75705 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.5" + id "me.champeau.gradle.japicmp" version "0.4.6" id 'org.apache.groovy-aggregating-project' id 'org.apache.groovy-common' }
