This is an automated email from the ASF dual-hosted git repository.
funky-eyes pushed a commit to branch 2.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.7.0 by this push:
new 1f98b390cc bugfix: upgrade Groovy to 4.0.32 to support JDK 25 (class
file version 69) (#8139)
1f98b390cc is described below
commit 1f98b390cce7f12a7d9010e873bc27b6eaf1ebb7
Author: jimin <[email protected]>
AuthorDate: Tue Jun 9 14:24:14 2026 +0800
bugfix: upgrade Groovy to 4.0.32 to support JDK 25 (class file version 69)
(#8139)
---
dependencies/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 20df1aa86d..59c194cddd 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -84,7 +84,7 @@
<kryo-serializers.version>0.45</kryo-serializers.version>
<hessian.version>4.0.63</hessian.version>
<fastjson2.version>2.0.52</fastjson2.version>
- <groovy.version>4.0.31</groovy.version>
+ <groovy.version>4.0.32</groovy.version>
<zstd.version>1.5.0-4</zstd.version>
<jackson.version>2.18.3</jackson.version>
<jackson3.version>3.1.1</jackson3.version>
@@ -216,6 +216,10 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
<type>pom</type>
<scope>import</scope>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]