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
The following commit(s) were added to refs/heads/master by this push:
new 5fc41a2ad8 GROOVY-11530: Bump japicmp to 0.4.5
5fc41a2ad8 is described below
commit 5fc41a2ad8d7b37d1100f0a18d8b3ad1ea31b551
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Dec 8 08:26:32 2024 +0800
GROOVY-11530: Bump japicmp to 0.4.5
---
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 8579f50138..e972b7895b 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.4"
+ id "me.champeau.gradle.japicmp" version "0.4.5"
id 'org.apache.groovy-aggregating-project'
id 'org.apache.groovy-common'
}