This is an automated email from the ASF dual-hosted git repository.

slievrly 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 f453b47096 optimize: bump org.apache.tomcat.embed:tomcat-embed-core to 
9.0.117 (#8066)
f453b47096 is described below

commit f453b470964243e6c136677c62b4a4333fc40b17
Author: 徐晓伟 <[email protected]>
AuthorDate: Wed May 27 12:46:34 2026 +0800

    optimize: bump org.apache.tomcat.embed:tomcat-embed-core to 9.0.117 (#8066)
---
 changes/en-us/2.x.md | 1 +
 changes/zh-cn/2.x.md | 1 +
 dependencies/pom.xml | 3 +--
 mock-server/pom.xml  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 2b3ffbf2bd..1c83ad93e9 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -65,6 +65,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] upgrade some 
dependencies versions
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] add the 
dependency jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] simplify 
jackson related dependencies
+- [[#8066](https://github.com/apache/incubator-seata/pull/8066)] bump 
org.apache.tomcat.embed:tomcat-embed-core to 9.0.117
 - [[#8059](https://github.com/apache/incubator-seata/pull/8059)] fix 
publish-ossrh.yml
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 remove p3c, use maven-checkstyle-plugin, only check PR changes
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]/[[#8087](https://github.com/apache/incubator-seata/pull/8087)]
 remove p3c, use maven-checkstyle-plugin, only check PR changes
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 36c0ecc95d..eabd79aa1e 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -65,6 +65,7 @@
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] 升级一些依赖版本
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] 添加依赖 
jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] 简化 jackson 
相关依赖
+- [[#8066](https://github.com/apache/incubator-seata/pull/8066)] 将 
org.apache.tomcat.embed:tomcat-embed-core 升级到 9.0.117
 - [[#8059](https://github.com/apache/incubator-seata/pull/8059)] 修正 
publish-ossrh.yml
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 删除 p3c, 使用 maven-checkstyle-plugin, 仅检查 PR 变更
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]/[[#8087](https://github.com/apache/incubator-seata/pull/8087)]
 删除 p3c, 使用 maven-checkstyle-plugin, 仅检查 PR 变更
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 9cdb9d2d38..4677a0c93f 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -91,7 +91,6 @@
         <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.110</tomcat-embed.version>
 
         <!-- The `httpcore` and `httpclient` have been removed in spring-boot 
3.1.0 and above. -->
         <httpcore.version>4.4.16</httpcore.version>
@@ -134,7 +133,7 @@
         <kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
 
         <!-- # for web -->
-        <tomcat-embed.version>9.0.110</tomcat-embed.version>
+        <tomcat-embed.version>9.0.117</tomcat-embed.version>
 
         <!-- # for test -->
         <mockito.version>4.11.0</mockito.version>
diff --git a/mock-server/pom.xml b/mock-server/pom.xml
index d19bec5a47..188f42585f 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.115</tomcat-embed.version>
+        <tomcat-embed.version>9.0.117</tomcat-embed.version>
     </properties>
     <dependencyManagement>
         <dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to