diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index f3796070d26..ec63bdbb8d9 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -40,9 +40,17 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6700](https://github.com/apache/incubator-seata/pull/6700)] remove sdk version checking - [[#6727](https://github.com/apache/incubator-seata/pull/6727)] deserialize performance optimize - [[#6732](https://github.com/apache/incubator-seata/pull/6732)] add the default console and security config on application.example.yml and application.raft.example.yml +- [[#6651](https://github.com/apache/incubator-seata/pull/6651)] add license header for proto file +- [[#6653](https://github.com/apache/incubator-seata/pull/6653)] optimize multiple licenses and remove license urls +- [[#6655](https://github.com/apache/incubator-seata/pull/6655)] update front-end license +- [[#6652](https://github.com/apache/incubator-seata/pull/6673)] add license header for spring config file +- [[#6674](https://github.com/apache/incubator-seata/pull/6674)] update source license +- [[#6650](https://github.com/apache/incubator-seata/pull/6650)] add license header for SPI file +- [[#6741](https://github.com/apache/incubator-seata/pull/6741)] upgrade tomcat-embed-core to 9.0.90 - [[#6742](https://github.com/apache/incubator-seata/pull/6742)] upgrade npmjs version in console - [[#6743](https://github.com/apache/incubator-seata/pull/6743)] upgrade npmjs version in saga + ### refactor: ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 742d1715652..b3b64767bdd 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -40,6 +40,13 @@ - [[#6700](https://github.com/apache/incubator-seata/pull/6700)] 去掉sdk版本检查 - [[#6727](https://github.com/apache/incubator-seata/pull/6727)] 反序列化性能优化 - [[#6732](https://github.com/apache/incubator-seata/pull/6732)] 为application.example.yml与application.raft.example.yml添加默认安全配置 +- [[#6651](https://github.com/apache/incubator-seata/pull/6651)] 为 proto 文件添加 license header +- [[#6653](https://github.com/apache/incubator-seata/pull/6653)] 优化多 license和移除license url +- [[#6655](https://github.com/apache/incubator-seata/pull/6655)] 更新前端 license +- [[#6652](https://github.com/apache/incubator-seata/pull/6652)] 为spring 配置文件添加 license header +- [[#6656](https://github.com/apache/incubator-seata/pull/6656)] 更新源码中的 license +- [[#6650](https://github.com/apache/incubator-seata/pull/6650)] 为 SPI配置文件添加 license header +- [[#6741](https://github.com/apache/incubator-seata/pull/6741)] 升级 tomcat-embed-core 至 9.0.90 版本 - [[#6742](https://github.com/apache/incubator-seata/pull/6742)] 升级 console 模块 npmjs 版本 - [[#6732](https://github.com/apache/incubator-seata/pull/6732)] 为application.example.yml与application.raft.example.yml添加默认安全配置 - [[#6743](https://github.com/apache/incubator-seata/pull/6743)] 升级saga模块npmjs版本 diff --git a/console/pom.xml b/console/pom.xml index f49c66eedbc..9f341ece2fb 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -35,7 +35,7 @@ 2.7.18 5.3.37 2.0 - 9.0.83 + 9.0.90 diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 717ad14019c..e4887f5ca42 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -125,7 +125,7 @@ 5.3.26 - 9.0.83 + 9.0.90 4.11.0 diff --git a/server/pom.xml b/server/pom.xml index 341c90cc2a5..a9b6f05bd88 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -35,7 +35,7 @@ 2.7.18 5.3.37 2.0 - 9.0.83 + 9.0.90