This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11749 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit dc333480a7263e159d54e6f55a2f46081e8be816 Author: Julian Reschke <[email protected]> AuthorDate: Mon Jun 2 20:34:29 2025 +0100 OAK-11749: update Tomcat dependency to 9.0.105 --- oak-examples/webapp/pom.xml | 2 +- oak-parent/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml index e8f09c8be8..1247c9eb82 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.104</tomcat.version> + <tomcat.version>9.0.105</tomcat.version> <skip.deployment>true</skip.deployment> </properties> diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index ee986ab9d4..42d39fc5d8 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -614,12 +614,12 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> - <version>9.0.102</version> + <version>9.0.105</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-juli</artifactId> - <version>9.0.102</version> + <version>9.0.105</version> </dependency> <dependency> <groupId>org.apache.felix</groupId>
