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

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

commit 2a2978920c421ce62541632f554183c6c79533a4
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Mar 24 12:27:48 2023 +0100

    OAK-10157: examples: update Tomcat dependency to 8.5.87
---
 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 b9030b5cec..8dffb38f9f 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>8.5.71</tomcat.version>
+    <tomcat.version>8.5.87</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>
 

Reply via email to