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 2018/06/26 11:13:28 UTC

svn commit: r1834418 - /jackrabbit/trunk/jackrabbit-webapp/pom.xml

Author: reschke
Date: Tue Jun 26 11:13:28 2018
New Revision: 1834418

URL: http://svn.apache.org/viewvc?rev=1834418&view=rev
Log:
JCR-4323: webapp: update Tomcate dependency to 8.5.32

Modified:
    jackrabbit/trunk/jackrabbit-webapp/pom.xml

Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/pom.xml?rev=1834418&r1=1834417&r2=1834418&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Tue Jun 26 11:13:28 2018
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.24</tomcat.version>
+    <tomcat.version>8.5.32</tomcat.version>
   </properties>
 
   <dependencies>