This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 68de050fa Fixed: [SECURITY]  Several CVEs in Apache Tomcat 
(OFBIZ-13180)
68de050fa is described below

commit 68de050fa58b1c390c86630d519c23f4ead58546
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Nov 19 11:38:32 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 276872de6..3e0ff4e75 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.86'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.97'
 }

Reply via email to