This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push: new d3b24112e Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13229) d3b24112e is described below commit d3b24112e380f6c009d837ff0ebb9af10aa6f02b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Apr 29 11:04:58 2025 +0200 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13229) https://lists.apache.org/thread/q4ld9xtv3zrvvs3ykp4b2f9j2tvhq6bl https://lists.apache.org/thread/x7l5ldwkson33bf4b3s3738lwjql618z --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index da19d2abc..660b39b9b 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.102' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.104' } node {