This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release18.12 by this push: new d070407a8 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13216) d070407a8 is described below commit d070407a838dd9cda3485254fbfb15e56af00422 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 11 09:51:24 2025 +0100 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13216) https://lists.apache.org/thread/xl35tnb4979lnk7stnvx9sll1hb68kvf https://lists.apache.org/thread/bs2otv1k6yc7h2xnjm6oykd18hrbl8f9 So this is an update to Tomcat 9.0.102 --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 3e0ff4e75..73a20b373 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -18,5 +18,5 @@ */ dependencies { - pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.97' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.102' }