This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 15f482c899 OAK-10959: webapp: update Tomcat dependency to 9.0.90
(#1589)
15f482c899 is described below
commit 15f482c8991d8bdaa838e39f8fe2805942c040fb
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Jul 18 19:51:10 2024 +0200
OAK-10959: webapp: update Tomcat dependency to 9.0.90 (#1589)
---
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 8100014e0e..01ab07db5b 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.89</tomcat.version>
+ <tomcat.version>9.0.90</tomcat.version>
<skip.deployment>true</skip.deployment>
</properties>