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 2023/06/01 12:16:52 UTC

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

Author: reschke
Date: Thu Jun  1 12:16:52 2023
New Revision: 1910160

URL: http://svn.apache.org/viewvc?rev=1910160&view=rev
Log:
JCR-4936: Update tomcat dependency to 8.5.89

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=1910160&r1=1910159&r2=1910160&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Thu Jun  1 12:16:52 2023
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit content repository</description>
 
   <properties>
-    <tomcat.version>8.5.88</tomcat.version>
+    <tomcat.version>8.5.89</tomcat.version>
   </properties>
 
   <dependencies>