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

commit b3ebfc69af2949dfec9ce0bc6ae8ed59b4816b2e
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Nov 19 11:36:38 2024 +0100

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-13180)
    
    https://lists.apache.org/thread/kg1cpwys6s4px9yk6kzp4405wolygqkz
    https://lists.apache.org/thread/xp7ojhmzg6k5c4gxfg7456hszzsfjm58
    https://lists.apache.org/thread/dvky1vcrgvyx7dmt61hr6wchz8x3qbps
    
    https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.97
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to