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 2020/07/10 08:55:48 UTC

svn commit: r1879752 - in /jackrabbit/branches/2.18: ./ jackrabbit-webapp/pom.xml

Author: reschke
Date: Fri Jul 10 08:55:48 2020
New Revision: 1879752

URL: http://svn.apache.org/viewvc?rev=1879752&view=rev
Log:
JCR-4612: Update tomcat dependency to 8.5.57 (merged r1879635 into 2.18)

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

Propchange: jackrabbit/branches/2.18/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1879635

Modified: jackrabbit/branches/2.18/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.18/jackrabbit-webapp/pom.xml?rev=1879752&r1=1879751&r2=1879752&view=diff
==============================================================================
--- jackrabbit/branches/2.18/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/2.18/jackrabbit-webapp/pom.xml Fri Jul 10 08:55:48 2020
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.56</tomcat.version>
+    <tomcat.version>8.5.57</tomcat.version>
   </properties>
 
   <dependencies>