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 4b119c061 Fixed: [SECURITY]  Several CVEs in Apache Tomcat 
(OFBIZ-12942)
4b119c061 is described below

commit 4b119c061275230462c928e3f35d23c5690001ff
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Mar 15 08:34:58 2024 +0100

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-12942)
    
    Concerns CVE-2024-24549, and CVE-2024-23672
    See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.86
    for details
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to