This is an automated email from the ASF dual-hosted git repository.
madhan 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 9631ec4 RANGER-2949: Upgrade Tomcat to 7.0.105
9631ec4 is described below
commit 9631ec440d838b2e9da7c4061d8ae58b75f24b0b
Author: Mahesh Bandal <[email protected]>
AuthorDate: Thu Aug 13 13:24:47 2020 +0530
RANGER-2949: Upgrade Tomcat to 7.0.105
Signed-off-by: Madhan Neethiraj <[email protected]>
---
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>