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

mbrohl pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit f8fd3ebcc72513c455b56702403727d9764335b9
Author: Michael Brohl <[email protected]>
AuthorDate: Tue Mar 15 12:05:47 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 5cd3a71..ec76db2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -225,8 +225,8 @@ dependencies {
     implementation 'org.apache.sshd:sshd-core:1.7.0' // So far we did not 
update from 1.7.0 because of a compile issue. You may try w/ a newer version 
than  2.4.0
     implementation 'org.apache.tika:tika-core:1.28.1' //  2.1.0 does not work
     implementation 'org.apache.tika:tika-parsers:1.28.1' //  2.1.0 does not 
work
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.58' // Remember 
to change the version number (9 now) in javadoc block if needed.
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.58'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' // Remember 
to change the version number (9 now) in javadoc block if needed.
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.60'
     implementation 'org.apache.axis2:axis2-kernel:1.7.9' // Above: 
SOAPEventHandler.java:42: error: package org.apache.axiom.om.impl.builder does 
not exist
     implementation 'batik:batik-svg-dom:1.6-1'
     implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 
dependencies are messed up. See 
https://github.com/moqui/moqui-fop/blob/master/build.gradle

Reply via email to