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 2021/10/07 13:18:09 UTC

svn commit: r1893987 - in /jackrabbit/branches/2.20: ./ jackrabbit-webapp/pom.xml

Author: reschke
Date: Thu Oct  7 13:18:08 2021
New Revision: 1893987

URL: http://svn.apache.org/viewvc?rev=1893987&view=rev
Log:
JCR-4716: Update tomcat dependency to 8.5.70 (merged r1892417 into 2.20)

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

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1892417

Modified: jackrabbit/branches/2.20/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-webapp/pom.xml?rev=1893987&r1=1893986&r2=1893987&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-webapp/pom.xml Thu Oct  7 13:18:08 2021
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.68</tomcat.version>
+    <tomcat.version>8.5.70</tomcat.version>
   </properties>
 
   <dependencies>