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.gitThe 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 <
[hidden email]>
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