You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2022/06/08 12:39:21 UTC

[ranger] branch master updated: RANGER-3780: Upgrade tomcat to 8.5.79

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

pradeep 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 ab096438c RANGER-3780: Upgrade tomcat to 8.5.79
ab096438c is described below

commit ab096438cf44d1464f32081b4a087b365e57d6dd
Author: pradeep <pr...@apache.org>
AuthorDate: Thu Jun 2 20:57:13 2022 +0530

    RANGER-3780: Upgrade tomcat to 8.5.79
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0bdcc56f..043e2c2e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
         <sqoop.version>1.99.7</sqoop.version>
         <storm.version>1.2.4</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
-        <tomcat.embed.version>8.5.78</tomcat.embed.version>
+        <tomcat.embed.version>8.5.79</tomcat.embed.version>
         <testng.version>6.9.4</testng.version>
         <velocity.version>2.3</velocity.version>
         <zookeeper.version>3.4.14</zookeeper.version>