This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push: new 3667259d03 OAK-11698: webapp: update Tomcat dependency to 9.0.104 (#2273) 3667259d03 is described below commit 3667259d03e90fa185a36dbb81427057750e10e7 Author: Julian Reschke <resc...@apache.org> AuthorDate: Wed May 7 10:45:40 2025 +0200 OAK-11698: webapp: update Tomcat dependency to 9.0.104 (#2273) --- 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 784e8ae260..97a0312142 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.102</tomcat.version> + <tomcat.version>9.0.104</tomcat.version> <skip.deployment>true</skip.deployment> </properties>