This is an automated email from the ASF dual-hosted git repository. jsbxyyx pushed a commit to branch 2.4.0 in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.4.0 by this push: new 66764b370c optimize: upgrade tomcat to 9.0.105 (#7395) 66764b370c is described below commit 66764b370c09f6a8b0809672b24711d02ccb932e Author: jimin <sliev...@163.com> AuthorDate: Fri May 30 17:51:37 2025 +0800 optimize: upgrade tomcat to 9.0.105 (#7395) --- changes/en-us/2.4.0.md | 4 ++++ changes/zh-cn/2.4.0.md | 4 ++++ console/pom.xml | 2 +- mock-server/pom.xml | 2 +- namingserver/pom.xml | 2 +- server/pom.xml | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changes/en-us/2.4.0.md b/changes/en-us/2.4.0.md index c791ef9e00..905d0cefe7 100644 --- a/changes/en-us/2.4.0.md +++ b/changes/en-us/2.4.0.md @@ -98,6 +98,10 @@ The version is updated as follows: - [[#7182](https://github.com/apache/incubator-seata/pull/7182)] use the ip of the peerId as the host of the raft node - [[#7181](https://github.com/apache/incubator-seata/pull/7181)] raft implements domain name resolution and selects peerId - [[#7283](https://github.com/apache/incubator-seata/pull/7283)] optimize: use retry logic to end global trx +- [[#7287](https://github.com/apache/incubator-seata/pull/7387)] fix some js resource missing license header +- [[#7392](https://github.com/apache/incubator-seata/pull/7392)] upgrade npmjs dependencies +- [[#7394](https://github.com/apache/incubator-seata/pull/7394)] optimize license header check +- [[#7395](https://github.com/apache/incubator-seata/pull/7395)] upgrade tomcat to 9.0.105 ### security: diff --git a/changes/zh-cn/2.4.0.md b/changes/zh-cn/2.4.0.md index 994624cf9f..18189215ce 100644 --- a/changes/zh-cn/2.4.0.md +++ b/changes/zh-cn/2.4.0.md @@ -96,6 +96,9 @@ Apache Seata(incubating) 是一款开源的分布式事务解决方案,提供 - [[#7181](https://github.com/apache/incubator-seata/pull/7181)] raft实现域名解析并选择peerId - [[#7223](https://github.com/apache/incubator-seata/pull/7223)] 使用 Palantir java 格式应用 Spotless - [[#7283](https://github.com/apache/incubator-seata/pull/7283)] 使用重试逻辑优化事务的结束 +- [[#7287](https://github.com/apache/incubator-seata/pull/7387)] 增加 js 资源 license header +- [[#7392](https://github.com/apache/incubator-seata/pull/7392)] 升级 npmjs 依赖 +- [[#7394](https://github.com/apache/incubator-seata/pull/7394)] 优化 license header ### security: @@ -107,6 +110,7 @@ Apache Seata(incubating) 是一款开源的分布式事务解决方案,提供 - [[#7201](https://github.com/apache/incubator-seata/pull/7202)] 升级 protobuf 版本到 3.25.5 - [[#7214](https://github.com/apache/incubator-seata/pull/7214)] 升级 jackson 至 2.18.3 版本 - [[#7249](https://github.com/apache/incubator-seata/pull/7249)] 升级 axios 至 1.8.2 版本 +- [[#7395](https://github.com/apache/incubator-seata/pull/7395)] 升级 tomcat 至 9.0.105 diff --git a/console/pom.xml b/console/pom.xml index 8f9e565c2b..842b2c6f93 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -35,7 +35,7 @@ <spring-boot-for-server.version>2.7.18</spring-boot-for-server.version> <spring-framework-for-server.version>5.3.39</spring-framework-for-server.version> <snakeyaml-for-server.version>2.0</snakeyaml-for-server.version> - <tomcat-embed.version>9.0.99</tomcat-embed.version> + <tomcat-embed.version>9.0.105</tomcat-embed.version> </properties> <dependencyManagement> diff --git a/mock-server/pom.xml b/mock-server/pom.xml index 14385292c3..ac22a99fa8 100644 --- a/mock-server/pom.xml +++ b/mock-server/pom.xml @@ -58,7 +58,7 @@ <spring-boot-for-server.version>2.7.18</spring-boot-for-server.version> <spring-framework-for-server.version>5.3.39</spring-framework-for-server.version> <snakeyaml-for-server.version>2.0</snakeyaml-for-server.version> - <tomcat-embed.version>9.0.99</tomcat-embed.version> + <tomcat-embed.version>9.0.105</tomcat-embed.version> </properties> <dependencyManagement> <dependencies> diff --git a/namingserver/pom.xml b/namingserver/pom.xml index 15cb8d71ac..5a91a187be 100644 --- a/namingserver/pom.xml +++ b/namingserver/pom.xml @@ -35,7 +35,7 @@ <spring-boot-for-server.version>2.7.18</spring-boot-for-server.version> <spring-framework-for-server.version>5.3.39</spring-framework-for-server.version> <snakeyaml-for-server.version>2.0</snakeyaml-for-server.version> - <tomcat-embed.version>9.0.99</tomcat-embed.version> + <tomcat-embed.version>9.0.105</tomcat-embed.version> </properties> <dependencyManagement> diff --git a/server/pom.xml b/server/pom.xml index 1a77a7f4c2..18f7f6e4cf 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -35,7 +35,7 @@ <spring-boot-for-server.version>2.7.18</spring-boot-for-server.version> <spring-framework-for-server.version>5.3.39</spring-framework-for-server.version> <snakeyaml-for-server.version>2.0</snakeyaml-for-server.version> - <tomcat-embed.version>9.0.99</tomcat-embed.version> + <tomcat-embed.version>9.0.105</tomcat-embed.version> </properties> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org