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 4eb9695c1 Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849)
4eb9695c1 is described below

commit 4eb9695c11832a7a433b45f2d02d1a99308a1afe
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Aug 26 10:09:37 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 619e38cc4..285df7dc1 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.75'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.80'
 }

Reply via email to