diff --git a/changes/en-us/2.0.0.md b/changes/en-us/2.0.0.md index 7094361db70..5cf8b1d3022 100644 --- a/changes/en-us/2.0.0.md +++ b/changes/en-us/2.0.0.md @@ -160,6 +160,7 @@ The version is updated as follows: - [[#5916](https://github.com/seata/seata/pull/5916)] upgrade nodejs dependency - [[#5942](https://github.com/seata/seata/pull/5942)] upgrade dependencies version - [[#5987](https://github.com/seata/seata/pull/5987)] upgrade some dependencies version +- [[#6013](https://github.com/seata/seata/pull/6013)] upgrade seata-server spring version ### test: - [[#5308](https://github.com/seata/seata/pull/5308)] add unit test [FileLoader, ObjectHolder, StringUtils] diff --git a/changes/zh-cn/2.0.0.md b/changes/zh-cn/2.0.0.md index 276fcb385c6..d7593f5ba53 100644 --- a/changes/zh-cn/2.0.0.md +++ b/changes/zh-cn/2.0.0.md @@ -160,6 +160,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#5916](https://github.com/seata/seata/pull/5916)] 修复npm package漏洞 - [[#5942](https://github.com/seata/seata/pull/5942)] 升级依赖版本 - [[#5987](https://github.com/seata/seata/pull/5987)] 升级依赖版本 +- [[#6013](https://github.com/seata/seata/pull/6013)] 升级seata-server依赖的spring版本 ### test: - [[#5308](https://github.com/seata/seata/pull/5308)] 添加单元测试用例 [FileLoader, ObjectHolder, StringUtils] diff --git a/console/pom.xml b/console/pom.xml index 62147c66d34..318d87bf56c 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -29,8 +29,9 @@ console for Seata built with Maven - ${spring-boot.version} - ${spring-framework.version} + 2.7.17 + 5.3.30 + 2.0 @@ -63,10 +64,19 @@ org.springframework spring-framework-bom + + org.yaml + snakeyaml + pom import + + org.yaml + snakeyaml + ${snakeyaml-for-server.version} + diff --git a/server/pom.xml b/server/pom.xml index 0e44ece71c4..ce418e5a1c0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -29,8 +29,9 @@ server for Seata built with Maven - ${spring-boot.version} - ${spring-framework.version} + 2.7.17 + 5.3.30 + 2.0 @@ -63,10 +64,19 @@ org.springframework spring-framework-bom + + org.yaml + snakeyaml + pom import + + org.yaml + snakeyaml + ${snakeyaml-for-server.version} +