You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2020/02/27 14:28:05 UTC

[ofbiz-plugins] branch release17.12 updated: Upgrade Tomcat from 9.0.29 to 9.0.31 (CVE-2020-1938) (OFBIZ-11407)

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

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 227ecf8  Upgrade Tomcat from 9.0.29 to 9.0.31 (CVE-2020-1938) (OFBIZ-11407)
227ecf8 is described below

commit 227ecf8023a13789a7ed739807e1d93ee7891e0c
Author: Deepak Dixit <de...@hotwax.co>
AuthorDate: Thu Feb 27 19:57:54 2020 +0530

    Upgrade Tomcat from 9.0.29 to 9.0.31 (CVE-2020-1938)
    (OFBIZ-11407)
    
    tomcat-embed-websocket dependencies not updated
---
 example/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/build.gradle b/example/build.gradle
index d2262d1..bea3563 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'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.31'
 }
\ No newline at end of file