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 98eb1442f Fixed: CVE-2024-34750 Apache Tomcat - Denial of Service 
(OFBIZ-13124)
98eb1442f is described below

commit 98eb1442f65899a53ae7dd227ed87700c5d1cfcb
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jul 11 08:44:38 2024 +0200

    Fixed: CVE-2024-34750 Apache Tomcat - Denial of Service (OFBIZ-13124)
    
    https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.90
    5 days later Tomcat 9.0.91 has been released, better use it.
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build.gradle b/example/build.gradle
index af9b7beef..f2682ea88 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.86'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.91'
 }
 
 node {

Reply via email to