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/07/08 12:12:40 UTC

svn commit: r1902568 - in /jackrabbit/branches/2.16: ./ jackrabbit-webapp/pom.xml

Author: reschke
Date: Fri Jul  8 12:12:40 2022
New Revision: 1902568

URL: http://svn.apache.org/viewvc?rev=1902568&view=rev
Log:
JCR-4792: Update tomcat dependency to 8.5.79 (merged r1901404 into 2.16)

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

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1901404

Modified: jackrabbit/branches/2.16/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-webapp/pom.xml?rev=1902568&r1=1902567&r2=1902568&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-webapp/pom.xml Fri Jul  8 12:12:40 2022
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.78</tomcat.version>
+    <tomcat.version>8.5.79</tomcat.version>
   </properties>
 
   <dependencies>