This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new d1758d315 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13216) d1758d315 is described below commit d1758d315b6c7970916991c475afbdfc4764029b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 11 09:39:38 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 9bea6caf3..da19d2abc 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -22,7 +22,7 @@ plugins { } dependencies { - pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.97' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.102' } node {