Repository: kylin Updated Branches: refs/heads/2.2.x c2feaee81 -> 61f48cb1e
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/61f48cb1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/61f48cb1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/61f48cb1 Branch: refs/heads/2.2.x Commit: 61f48cb1eb14e3691510c78972470f993fa5e755 Parents: c2feaee Author: peng.jianhua <[email protected]> Authored: Wed Oct 11 10:04:59 2017 +0800 Committer: Billy Liu <[email protected]> Committed: Wed Oct 11 10:46:37 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/61f48cb1/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/61f48cb1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f05806..9693122 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>
