You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/01/11 17:23:01 UTC

svn commit: r1896918 - in /jackrabbit/branches/2.14: ./ jackrabbit-webapp/pom.xml

Author: reschke
Date: Tue Jan 11 17:23:00 2022
New Revision: 1896918

URL: http://svn.apache.org/viewvc?rev=1896918&view=rev
Log:
JCR-4728: Update tomcat dependency to 8.5.71 (merged r1893676 into 2.14)

Modified:
    jackrabbit/branches/2.14/   (props changed)
    jackrabbit/branches/2.14/jackrabbit-webapp/pom.xml

Propchange: jackrabbit/branches/2.14/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1893676

Modified: jackrabbit/branches/2.14/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-webapp/pom.xml?rev=1896918&r1=1896917&r2=1896918&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-webapp/pom.xml Tue Jan 11 17:23:00 2022
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.70</tomcat.version>
+    <tomcat.version>8.5.71</tomcat.version>
   </properties>
 
   <dependencies>