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

billyliu pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 65174698094bb2e6a7a12849dc9dd42c6cfe6e82
Author: peng.jianhua <peng.jian...@zte.com.cn>
AuthorDate: Wed Feb 28 14:53:02 2018 +0800

    KYLIN-3268 Tomcat Security Vulnerability Alert. The version of the tomcat 
for kylin should upgrade to 7.0.85.
    
    Signed-off-by: Billy Liu <billy...@apache.org>
---
 build/script/download-tomcat.sh | 4 ++--
 pom.xml                         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh
index bf20580..beda172 100755
--- a/build/script/download-tomcat.sh
+++ b/build/script/download-tomcat.sh
@@ -27,8 +27,8 @@ if [[ `uname -a` =~ "Darwin" ]]; then
     alias md5cmd="md5 -q"
 fi
 
-tomcat_pkg_version="7.0.82"
-tomcat_pkg_md5="b9c07fb4f37063e9e8185972b3f88a98"
+tomcat_pkg_version="7.0.85"
+tomcat_pkg_md5="1ad4760080164bb08e924c330703c94d"
 
 if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ]
 then
diff --git a/pom.xml b/pom.xml
index ebc66cb..25ed544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <cglib.version>3.2.4</cglib.version>
         <supercsv.version>2.4.0</supercsv.version>
         <cors.version>2.5</cors.version>
-        <tomcat.version>7.0.82</tomcat.version>
+        <tomcat.version>7.0.85</tomcat.version>
         <t-digest.version>3.1</t-digest.version>
         <freemarker.version>2.3.23</freemarker.version>
         <!--metric-->

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.

Reply via email to