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 a84b7bedf6 optimize: upgrade tomcat to 9.0.100 (#7329) a84b7bedf6 is described below commit a84b7bedf60a160a900e5a64d94c3c031943c4db Author: Yongjun Hong <dev.yongj...@gmail.com> AuthorDate: Wed Apr 30 10:38:39 2025 +0900 optimize: upgrade tomcat to 9.0.100 (#7329) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + console/pom.xml | 2 +- mock-server/pom.xml | 2 +- namingserver/pom.xml | 2 +- server/pom.xml | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index c94ff20d80..bc4c9ced24 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -33,6 +33,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7310](https://github.com/seata/seata/pull/7310)] Optimize minor issues in the naming-server - [[#7282](https://github.com/apache/incubator-seata/pull/7282)] optimize unexpected NullPointerException in lookup method in FileRegistryServiceImpl class +- [[#7329](https://github.com/apache/incubator-seata/pull/7329)] upgrade tomcat to 9.0.100 ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 54be6c1466..8fe36aa33e 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -32,6 +32,7 @@ - [[#7282](https://github.com/apache/incubator-seata/pull/7282)] 优化FileRegistryServiceImpl类lookup的NullPointerException问题 - [[#7310](https://github.com/seata/seata/pull/7310)] 优化naming-server中的一些小问题 +- [[#7329](https://github.com/apache/incubator-seata/pull/7329)] 将 tomcat 升级到 9.0.100 ### security: diff --git a/console/pom.xml b/console/pom.xml index 8f9e565c2b..d22d7e2a5a 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.100</tomcat-embed.version> </properties> <dependencyManagement> diff --git a/mock-server/pom.xml b/mock-server/pom.xml index 14385292c3..6ee469113b 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.100</tomcat-embed.version> </properties> <dependencyManagement> <dependencies> diff --git a/namingserver/pom.xml b/namingserver/pom.xml index 15cb8d71ac..2bc1eb25e8 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.100</tomcat-embed.version> </properties> <dependencyManagement> diff --git a/server/pom.xml b/server/pom.xml index 1a77a7f4c2..a1968cd951 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.100</tomcat-embed.version> </properties> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org