This is an automated email from the ASF dual-hosted git repository.
jimin 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 9fa9ab8b7f optimize: upgrade Apache Tomcat dependency from 9.0.106 to
9.0.108 (#7603)
9fa9ab8b7f is described below
commit 9fa9ab8b7ff060370c45bcd8b6aae3effd212245
Author: sunheyi <[email protected]>
AuthorDate: Sat Aug 30 22:22:06 2025 +0800
optimize: upgrade Apache Tomcat dependency from 9.0.106 to 9.0.108 (#7603)
---
changes/en-us/2.x.md | 2 ++
changes/zh-cn/2.x.md | 2 ++
console/pom.xml | 4 ++--
dependencies/pom.xml | 4 ++--
mock-server/pom.xml | 2 +-
namingserver/pom.xml | 2 +-
6 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index ce8fcd6dd8..4d92f4269e 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -46,6 +46,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7578](https://github.com/seata/seata/pull/7578)] zstd decompression is
changed from jni to ZstdInputStream
- [[#7591](https://github.com/seata/seata/pull/7591)] Optimize default
xssFilter config retrieval when no explicit configuration is provided
- [[#7608](https://github.com/seata/seata/pull/7608)] modify the parameter
name in refreshToken method
+- [[#7603](https://github.com/seata/seata/pull/7603)] upgrade Apache Tomcat
dependency from 9.0.106 to 9.0.108
### security:
@@ -83,6 +84,7 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [maple525866](https://github.com/maple525866)
- [funky-eyes](https://github.com/funky-eyes)
- [keepConcentration](https://github.com/keepConcentration)
+- [sunheyi6](https://github.com/sunheyi6)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 6085e4da45..4e88d4209f 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -44,6 +44,7 @@
- [[#7577](https://github.com/seata/seata/pull/7577)] 去除zstd解压时4MB的限制
- [[#7591](https://github.com/seata/seata/pull/7591)]
当没有显式配置xssFilter相关的配置时,优化获取默认配置的逻辑
- [[#7608](https://github.com/seata/seata/pull/7608)] 修改refreshToken方法中的参数名称
+- [[#7603](https://github.com/seata/seata/pull/7603)] 将Apache
Tomcat依赖项从9.0.106升级到9.0.108
### security:
@@ -81,6 +82,7 @@
- [maple525866](https://github.com/maple525866)
- [funky-eyes](https://github.com/funky-eyes)
- [keepConcentration](https://github.com/keepConcentration)
+- [sunheyi6](https://github.com/sunheyi6)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/console/pom.xml b/console/pom.xml
index d77962203d..7a7927e82f 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.106</tomcat-embed.version>
+ <tomcat-embed.version>9.0.108</tomcat-embed.version>
</properties>
<dependencyManagement>
@@ -168,7 +168,7 @@
</dependencies>
<build>
- <plugins>
+ <plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index c461c2cd72..163fdb3f18 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -90,7 +90,7 @@
<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.106</tomcat-embed.version>
+ <tomcat-embed.version>9.0.108</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>
@@ -132,7 +132,7 @@
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
<!-- # for web -->
- <tomcat-embed.version>9.0.106</tomcat-embed.version>
+ <tomcat-embed.version>9.0.108</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 4913c22e74..5357e3a3ad 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.106</tomcat-embed.version>
+ <tomcat-embed.version>9.0.108</tomcat-embed.version>
</properties>
<dependencyManagement>
<dependencies>
diff --git a/namingserver/pom.xml b/namingserver/pom.xml
index cd0b4794b9..4f590c1860 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.106</tomcat-embed.version>
+ <tomcat-embed.version>9.0.108</tomcat-embed.version>
</properties>
<dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]