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.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 6cf0c73  Improved: Update Tomcat to Version 9.0.60 (OFBIZ-12589)
6cf0c73 is described below

commit 6cf0c732c1a0f7224c7b9382a676133b3a196a78
Author: Michael Brohl <mbr...@apache.org>
AuthorDate: Tue Mar 15 12:26:55 2022 +0100

    Improved: Update Tomcat to Version 9.0.60 (OFBIZ-12589)
    
    For changes see https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 2b8087c..080b732 100644
--- a/build.gradle
+++ b/build.gradle
@@ -198,10 +198,10 @@ dependencies {
     compile 'org.apache.sshd:sshd-core:1.7.0'
     compile 'org.apache.tika:tika-core:1.28.1'
     compile 'org.apache.tika:tika-parsers:1.28.1'
-    compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.58'
-    compile 'org.apache.tomcat:tomcat-catalina:9.0.58'
-    compile 'org.apache.tomcat:tomcat-jasper:9.0.58'
-    compile 'org.apache.tomcat:tomcat-tribes:9.0.58'
+    compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.60'
+    compile 'org.apache.tomcat:tomcat-catalina:9.0.60'
+    compile 'org.apache.tomcat:tomcat-jasper:9.0.60'
+    compile 'org.apache.tomcat:tomcat-tribes:9.0.60'
     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'

Reply via email to