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 08e8a6637 Fixed: [SECURITY]  CVE-2023-34981 Apache Tomcat (OFBIZ-12831)
08e8a6637 is described below

commit 08e8a66372023c1f36d85677803a7076f6eb473c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Jun 21 16:38:16 2023 +0200

    Fixed: [SECURITY]  CVE-2023-34981 Apache Tomcat (OFBIZ-12831)
    
    See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.75
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to