You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2023/10/11 10:39:33 UTC

[ofbiz-plugins] branch release22.01 updated: Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-12860)

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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 72efbe522 Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-12860)
72efbe522 is described below

commit 72efbe522fd5fc196f6c2aec9b7e1de995629454
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Oct 11 12:40:21 2023 +0200

    Fixed: [SECURITY]  Several CVEs in Apache Tomcat (OFBIZ-12860)
    
    Concerns CVE-2023-42795, CVE-2023-44487 and CVE-2023-45648
    See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.81
    for details
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build.gradle b/example/build.gradle
index f089faff3..361b54089 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.80'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.81'
 }
 
 node {