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 f73111a87e OAK-10697: webapp: update Tomcat dependency to 9.0.86 
(#1351)
f73111a87e is described below

commit f73111a87e5ec43c673ab7921a93d7b7241825c7
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu Mar 7 14:01:33 2024 +0100

    OAK-10697: webapp: update Tomcat dependency to 9.0.86 (#1351)
---
 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 823b4dedae..464bf7cb9a 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>9.0.78</tomcat.version>
+    <tomcat.version>9.0.86</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>
 

Reply via email to