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

commit a304440baed50577e7dd7590b4539cf0e6d31a09
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Mar 11 09:44:50 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 {

Reply via email to