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

commit 3ab1decb1800bd99aaa2975a1bc9324e03855f1f
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Jun 21 16:16:12 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/build.gradle b/example/build.gradle
index d2262d1e4..619e38cc4 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19'
-}
\ No newline at end of file
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.75'
+}

Reply via email to