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/08/26 07:40:12 UTC

[ofbiz-plugins] branch trunk updated: Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d77796833 Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849)
d77796833 is described below

commit d777968337345faf7f8405065083491b1de48283
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Aug 26 09:40:18 2023 +0200

    Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849)
    
    See https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build.gradle b/example/build.gradle
index 04cafffbf..f089faff3 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.75'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.80'
 }
 
 node {