This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new bf3fe24575 optimize: upgrade xstream to 1.4.21 (#7139) bf3fe24575 is described below commit bf3fe245754cb227689eab93e7ebec54a7fa4ea4 Author: Yongjun Hong <dev.yongj...@gmail.com> AuthorDate: Sat Feb 8 10:33:41 2025 +0900 optimize: upgrade xstream to 1.4.21 (#7139) --- changes/en-us/2.x.md | 2 +- changes/zh-cn/2.x.md | 1 + dependencies/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index b4b6643adb..487dad93d5 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -19,7 +19,6 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7124](https://github.com/apache/incubator-seata/pull/7124)] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check - [[#7135](https://github.com/apache/incubator-seata/pull/7135)] treating a unique index conflict during rollback as a dirty write - ### optimize: - [[#6828](https://github.com/apache/incubator-seata/pull/6828)] spring boot compatible with file.conf and registry.conf @@ -29,6 +28,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7093](https://github.com/apache/incubator-seata/pull/7093)] add a test workflow for JDK 21 - [[#7131](https://github.com/apache/incubator-seata/pull/7131)] Remove org.codehaus.jackson dependency - [[#7134](https://github.com/apache/incubator-seata/pull/7134)] upgrade tomcat-embed to 9.0.98 +- [[#7139](https://github.com/apache/incubator-seata/pull/7139)] upgrade xstream to 1.4.21 ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 328ad09f36..876bbb0eb3 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -28,6 +28,7 @@ - [[#7093](https://github.com/apache/incubator-seata/pull/7093)] 增加jdk21的工作流测试 - [[#7131](https://github.com/apache/incubator-seata/pull/7131)] 移除 org.codehaus.jackson 依赖 - [[#7134](https://github.com/apache/incubator-seata/pull/7134)] 升级 tomcat-embed 至 9.0.98 版本 +- [[#7139](https://github.com/apache/incubator-seata/pull/7139)] 升级 xstream 至 1.4.21 版本 ### security: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a114ffed81..b982db7af6 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -85,7 +85,7 @@ <fastjson2.version>2.0.52</fastjson2.version> <groovy.version>2.4.4</groovy.version> <zstd.version>1.5.0-4</zstd.version> - <xstream.version>1.4.20</xstream.version> + <xstream.version>1.4.21</xstream.version> <checker-qual.version>3.37.0</checker-qual.version> <error_prone_annotations.version>2.21.1</error_prone_annotations.version> <tomcat-embed.version>9.0.98</tomcat-embed.version> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org