This is an automated email from the ASF dual-hosted git repository. baedke pushed a commit to branch issues/OAK-10349 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/issues/OAK-10349 by this push: new a355a5e1bd OAK-10349: Update Tomcat dependency to 9.0.78 a355a5e1bd is described below commit a355a5e1bd4b81d136c9c9918bb06cbd736b3837 Author: Manfred Baedke <gre55...@adobe.com> AuthorDate: Thu Jul 13 10:54:34 2023 +0200 OAK-10349: Update Tomcat dependency to 9.0.78 --- 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 7e94c75857..f9925f8f91 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.87</tomcat.version> + <tomcat.version>9.0.78</tomcat.version> <skip.deployment>true</skip.deployment> </properties>