This is an automated email from the ASF dual-hosted git repository.
mbrohl pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new f1bf6a5 Fixed: Upgrades Tomcat to 9.0.36 due to CVE-2020-11996 (OFBIZ-11848)
f1bf6a5 is described below
commit f1bf6a5a13ded768f183e6ee8b7d75a2c42a57c5
Author: Michael Brohl <
[hidden email]>
AuthorDate: Sun Jun 28 12:46:58 2020 +0200
Fixed: Upgrades Tomcat to 9.0.36 due to CVE-2020-11996 (OFBIZ-11848)
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index d6e27a0..03355cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,10 +154,10 @@ dependencies {
compile 'org.apache.sshd:sshd-core:1.7.0'
compile 'org.apache.tika:tika-core:1.20'
compile 'org.apache.tika:tika-parsers:1.20'
- compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.31'
- compile 'org.apache.tomcat:tomcat-catalina:9.0.31'
- compile 'org.apache.tomcat:tomcat-jasper:9.0.31'
- compile 'org.apache.tomcat:tomcat-tribes:9.0.31'
+ compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.36'
+ compile 'org.apache.tomcat:tomcat-catalina:9.0.36'
+ compile 'org.apache.tomcat:tomcat-jasper:9.0.36'
+ compile 'org.apache.tomcat:tomcat-tribes:9.0.36'
compile 'org.apache.xmlgraphics:fop:2.3'
compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'