Repository: kylin Updated Branches: refs/heads/master 0f00b9393 -> 4cc32eca0
KYLIN-2891:Tomcat Security Vulnerability Alert. The version of the tomcat for kylin should upgrade to 7.0.82. Signed-off-by: Billy Liu <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4cc32eca Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4cc32eca Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4cc32eca Branch: refs/heads/master Commit: 4cc32eca0e6e3ae8e3c2861a6a5e4dc774c896d9 Parents: 0f00b93 Author: peng.jianhua <[email protected]> Authored: Wed Oct 11 10:04:59 2017 +0800 Committer: Billy Liu <[email protected]> Committed: Wed Oct 11 10:45:21 2017 +0800 ---------------------------------------------------------------------- build/script/download-tomcat.sh | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/4cc32eca/build/script/download-tomcat.sh ---------------------------------------------------------------------- diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh index 1c94935..bf20580 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.81" -tomcat_pkg_md5="7003baeee2b570529a93763fc26981b5" +tomcat_pkg_version="7.0.82" +tomcat_pkg_md5="b9c07fb4f37063e9e8185972b3f88a98" if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ] then http://git-wip-us.apache.org/repos/asf/kylin/blob/4cc32eca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6c54c1..de5da05 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,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.81</tomcat.version> + <tomcat.version>7.0.82</tomcat.version> <t-digest.version>3.1</t-digest.version> <!--metric--> <dropwizard.version>3.1.2</dropwizard.version>
