You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2020/08/13 15:42:39 UTC

[ranger] branch ranger-2.1 updated: RANGER-2949: Upgrade Tomcat to 7.0.105

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

madhan pushed a commit to branch ranger-2.1
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.1 by this push:
     new 25224db  RANGER-2949: Upgrade Tomcat to 7.0.105
25224db is described below

commit 25224db4ec5d49867da53269b62f5f7412dfd122
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Thu Aug 13 13:24:47 2020 +0530

    RANGER-2949: Upgrade Tomcat to 7.0.105
    
    Signed-off-by: Madhan Neethiraj <ma...@apache.org>
    (cherry picked from commit 9631ec440d838b2e9da7c4061d8ae58b75f24b0b)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06ca0b6..4e7c922 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,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>7.0.104</tomcat.embed.version>
+        <tomcat.embed.version>7.0.105</tomcat.embed.version>
         <testng.version>6.9.4</testng.version>
         <velocity.version>1.7</velocity.version>
         <zookeeper.version>3.4.14</zookeeper.version>