This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10754 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 31dd6f578c180ba25f7859c9ae5a2eaf9f5163e5 Author: Julian Reschke <[email protected]> AuthorDate: Fri Apr 5 14:16:49 2024 +0100 OAK-10574: webapp: update Tomcat dependency to 9.0.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 10f516b967..b962c023e0 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.86</tomcat.version> + <tomcat.version>9.0.87</tomcat.version> <skip.deployment>true</skip.deployment> </properties>
