You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2021/03/22 15:44:17 UTC

[ranger] branch master updated: RANGER-3210 : Upgrade Tomcat to 8.5.63

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

mehul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new f7d4609  RANGER-3210 : Upgrade Tomcat to 8.5.63
f7d4609 is described below

commit f7d460976573e74ca80b9e36e73b37bccecf8790
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Thu Mar 18 16:57:43 2021 +0530

    RANGER-3210 : Upgrade Tomcat to 8.5.63
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ba0d6f..022b6a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
         <sqoop.version>1.99.7</sqoop.version>
         <storm.version>1.2.0</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
-        <tomcat.embed.version>8.5.61</tomcat.embed.version>
+        <tomcat.embed.version>8.5.63</tomcat.embed.version>
         <testng.version>6.9.4</testng.version>
         <velocity.version>1.7</velocity.version>
         <zookeeper.version>3.4.14</zookeeper.version>