Skip to content

Commit db73418

Browse files
authored
optimize: upgrade tomcat to 9.0.106 (#7488)
1 parent bf6601f commit db73418

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

changes/en-us/2.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Add changes here for all PR submitted to the 2.x branch.
6666
- [[#7466](https://github.com/apache/incubator-seata/pull/7466)] add contribution intention check box to issue template
6767
- [[#7478](https://github.com/apache/incubator-seata/pull/7478)] metrics add retry status
6868
- [[#7483](https://github.com/apache/incubator-seata/pull/7483)] change the value of retryDeadThreshold to 70 seconds
69+
- [[#7488](https://github.com/apache/incubator-seata/pull/7488)] upgrade tomcat to 9.0.106
6970

7071
### security:
7172

@@ -136,6 +137,7 @@ Thanks to these contributors for their code commits. Please report an unintended
136137
- [YvCeung](https://github.com/YvCeung)
137138
- [jsbxyyx](https://github.com/jsbxyyx)
138139
- [simzyoo](https://github.com/simzyoo)
140+
- [Dltmd202](https://github.com/Dltmd202)
139141

140142

141143

console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<spring-boot-for-server.version>2.7.18</spring-boot-for-server.version>
3636
<spring-framework-for-server.version>5.3.39</spring-framework-for-server.version>
3737
<snakeyaml-for-server.version>2.0</snakeyaml-for-server.version>
38-
<tomcat-embed.version>9.0.105</tomcat-embed.version>
38+
<tomcat-embed.version>9.0.106</tomcat-embed.version>
3939
</properties>
4040

4141
<dependencyManagement>

dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<xstream.version>1.4.21</xstream.version>
9191
<checker-qual.version>3.37.0</checker-qual.version>
9292
<error_prone_annotations.version>2.21.1</error_prone_annotations.version>
93-
<tomcat-embed.version>9.0.104</tomcat-embed.version>
93+
<tomcat-embed.version>9.0.106</tomcat-embed.version>
9494

9595
<!-- The `httpcore` and `httpclient` have been removed in spring-boot 3.1.0 and above. -->
9696
<httpcore.version>4.4.16</httpcore.version>
@@ -132,7 +132,7 @@
132132
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
133133

134134
<!-- # for web -->
135-
<tomcat-embed.version>9.0.104</tomcat-embed.version>
135+
<tomcat-embed.version>9.0.106</tomcat-embed.version>
136136

137137
<!-- # for test -->
138138
<mockito.version>4.11.0</mockito.version>

mock-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<spring-boot-for-server.version>2.7.18</spring-boot-for-server.version>
5959
<spring-framework-for-server.version>5.3.39</spring-framework-for-server.version>
6060
<snakeyaml-for-server.version>2.0</snakeyaml-for-server.version>
61-
<tomcat-embed.version>9.0.105</tomcat-embed.version>
61+
<tomcat-embed.version>9.0.106</tomcat-embed.version>
6262
</properties>
6363
<dependencyManagement>
6464
<dependencies>

namingserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<spring-boot-for-server.version>2.7.18</spring-boot-for-server.version>
3636
<spring-framework-for-server.version>5.3.39</spring-framework-for-server.version>
3737
<snakeyaml-for-server.version>2.0</snakeyaml-for-server.version>
38-
<tomcat-embed.version>9.0.105</tomcat-embed.version>
38+
<tomcat-embed.version>9.0.106</tomcat-embed.version>
3939
</properties>
4040

4141
<dependencyManagement>

0 commit comments

Comments
 (0)