You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by si...@apache.org on 2021/04/12 17:12:38 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108 (#2834). Contributed by Ahmed Hussein

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

siyao pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new cb5e41a  HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108 (#2834). Contributed by Ahmed Hussein
cb5e41a is described below

commit cb5e41ac073e9a17e5f2b3396f98243de720f9a7
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Mon Apr 12 12:11:36 2021 -0500

    HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108 (#2834). Contributed by Ahmed Hussein
---
 hadoop-project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f126650..a914670 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -610,12 +610,12 @@
       <dependency>
         <groupId>org.apache.tomcat.embed</groupId>
         <artifactId>tomcat-embed-core</artifactId>
-        <version>7.0.55</version>
+        <version>7.0.108</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat.embed</groupId>
         <artifactId>tomcat-embed-logging-juli</artifactId>
-        <version>7.0.55</version>
+        <version>7.0.108</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet.jsp</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org