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

commit 060751dfd1c76557716ca7bfa1ed7b2fef0476ea
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jun 19 12:27:07 2025 +0200

    Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13264)
    
    https://lists.apache.org/thread/3c3q2hv3vv7bz15p4vxx9dpbqbrzpyvm
    https://lists.apache.org/thread/pmtvgndbl12r0rrfnqnnxjcno0nggpbm
    https://lists.apache.org/thread/p201jp4to0nr4ky9h3j97ywk2zqv185m
    https://lists.apache.org/thread/gp5rzzqnp7q71bm7lsvxoow89nz1tkjw
    
    So this is an update to Tomcat 9.0.106
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to