This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new b9cfdcf46ad branch-2.1: [chore](dependency)bump tomcat 8.5.86 to
9.0.104 #50622 (#50645)
b9cfdcf46ad is described below
commit b9cfdcf46add9d2eaff4ac1d9926c9f8f5b229d3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 7 23:06:46 2025 +0800
branch-2.1: [chore](dependency)bump tomcat 8.5.86 to 9.0.104 #50622 (#50645)
Cherry-picked from #50622
Co-authored-by: Calvin Kirs <[email protected]>
---
fe/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index 455e1eebb4a..654704a94ea 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -267,7 +267,7 @@ under the License.
<junit.version>5.8.2</junit.version>
<hikaricp.version>4.0.3</hikaricp.version>
<thrift.version>0.16.0</thrift.version>
- <tomcat-embed-core.version>8.5.86</tomcat-embed-core.version>
+ <tomcat-embed.version>9.0.104</tomcat-embed.version>
<log4j2.version>2.18.0</log4j2.version>
<log4j-1.2.version>2.18.0</log4j-1.2.version>
<slf4j.version>2.0.6</slf4j.version>
@@ -1521,8 +1521,8 @@ under the License.
<!--tomcat-->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
- <artifactId>tomcat-embed-core</artifactId>
- <version>${tomcat-embed-core.version}</version>
+ <artifactId>tomcat-embed-el</artifactId>
+ <version>${tomcat-embed.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]