You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/07/12 16:54:05 UTC

[ofbiz-framework] branch release17.12 updated: Fixed: Upgrades Tomcat from 9.0.43 to 9.0.48 (OFBIZ-12280)

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

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


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 2e88059  Fixed: Upgrades Tomcat from 9.0.43 to 9.0.48 (OFBIZ-12280)
2e88059 is described below

commit 2e88059bfc96494af4447693b28de5a2f1c9f2ed
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Jul 12 18:52:08 2021 +0200

    Fixed: Upgrades Tomcat from 9.0.43 to 9.0.48 (OFBIZ-12280)
    
    Due to CVEs-2021-30037/30639/30640
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 71dd7e0..2772d9e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -175,10 +175,10 @@ dependencies {
     compile 'org.apache.tika:tika-parsers:1.26'
     compile 'org.apache.pdfbox:pdfbox:2.0.24'
     compile 'org.apache.poi:poi:3.17'
-    compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.43'
-    compile 'org.apache.tomcat:tomcat-catalina:9.0.43'
-    compile 'org.apache.tomcat:tomcat-jasper:9.0.43'
-    compile 'org.apache.tomcat:tomcat-tribes:9.0.43'
+    compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.48'
+    compile 'org.apache.tomcat:tomcat-catalina:9.0.48'
+    compile 'org.apache.tomcat:tomcat-jasper:9.0.48'
+    compile 'org.apache.tomcat:tomcat-tribes:9.0.48'
     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'