This is an automated email from the ASF dual-hosted git repository.
mbrohl pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new 0eeaee6 Fixed: Upgrades Tomcat to 9.0.36 due to CVE-2020-11996 (OFBIZ-11848)
0eeaee6 is described below
commit 0eeaee6a253809ddbd1fd91187f96b8a3cad2162
Author: Michael Brohl <
[hidden email]>
AuthorDate: Sun Jun 28 12:46:47 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 272381f..749124e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,10 +141,10 @@ dependencies {
compile 'org.apache.tika:tika-core:1.20'
compile 'org.apache.tika:tika-parsers:1.20'
compile 'org.apache.poi:poi:3.17'
- 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.2'
compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'