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

commit 21349297108a5f25a7a78a63b55d443bbc5c1839
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Jul 14 17:24:18 2025 +0200

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-13275)
    
    https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.107
    
    More at https://lists.apache.org/list.html?annou...@tomcat.apache.org
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build.gradle b/example/build.gradle
index 62e4817da..bf747ddc0 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.106'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.107'
 }
 
 node {

Reply via email to