You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/03 17:06:46 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9577: Update Tomcat dependency to 8.5.71

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 996b5eb523 OAK-9577: Update Tomcat dependency to 8.5.71
996b5eb523 is described below

commit 996b5eb5235beb9c2c0ad0df15672e38bafbb6a2
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Sep 16 13:10:00 2021 +0100

    OAK-9577: Update Tomcat dependency to 8.5.71
---
 oak-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index ea530fa64d..453ce35296 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -35,7 +35,7 @@
   <description>Web application that hosts and serves a Jackrabbit Oak content repository</description>
 
   <properties>
-    <tomcat.version>7.0.100</tomcat.version>
+    <tomcat.version>8.5.71</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>