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

pfzhan pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin5 by this push:
     new d918ccddc2 KYLIN-5981 upgrade tomcat version to fix high-risk security 
vulnerabilities
d918ccddc2 is described below

commit d918ccddc2029ce67a881d1ca6ff50da84ff154e
Author: Zhimin Wu <[email protected]>
AuthorDate: Thu Sep 12 16:05:57 2024 +0800

    KYLIN-5981 upgrade tomcat version to fix high-risk security vulnerabilities
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e9eee6df21..faad2287d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <arthas.version>3.6.8</arthas.version>
-        <tomcat-embed.version>9.0.87</tomcat-embed.version>
+        <tomcat-embed.version>9.0.90</tomcat-embed.version>
 
         <!-- Keep same order with dependencyManagement -->
 

Reply via email to