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

jleroux 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 d6e485c22c Fixed: Upgrade Tomcat from 9.0.60 to 9.0.65 (OFBIZ-12696)
d6e485c22c is described below

commit d6e485c22c2079d28e50d79429f4f7bbf2f3fbd4
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Sep 29 07:21:23 2022 +0200

    Fixed: Upgrade Tomcat from 9.0.60 to 9.0.65 (OFBIZ-12696)
    
    See https://tomcat.apache.org/security-9.html for details
    
    Thanks: Tomcat security team
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index e652792c92..41aec101f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -209,10 +209,10 @@ dependencies {
     compile 'org.apache.sshd:sshd-core:1.7.0'
     compile 'org.apache.tika:tika-core:1.28.4'
     compile 'org.apache.tika:tika-parsers:1.28.4'
-    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.tomcat:tomcat-catalina-ha:9.0.65'
+    compile 'org.apache.tomcat:tomcat-catalina:9.0.65'
+    compile 'org.apache.tomcat:tomcat-jasper:9.0.65'
+    compile 'org.apache.tomcat:tomcat-tribes:9.0.65'
     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