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

commit 58a913a0db4ee49dc211d802ee98a800f7e4d89c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Oct 11 11:47:32 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 285df7dc1..2f2a938c4 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.80'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.81'
 }

Reply via email to