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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 2e084e71f2 Improved: Upgrade Tomcat from 9.0.81 to 9.0.82 (OFBIZ-12861)
2e084e71f2 is described below

commit 2e084e71f2068e8ad3c0f7869313ac5261b3fb4c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Oct 13 16:40:02 2023 +0200

    Improved: Upgrade Tomcat from 9.0.81 to 9.0.82 (OFBIZ-12861)
    
    Fix Tomcat regression with HTTP compression after 9.0.81 code refactoring.
    See https://tomcat.apache.org/tomcat-9.0-doc/changelog.html for details
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index c67ada2cad..387ac812a3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -250,8 +250,8 @@ dependencies {
     implementation 'org.apache.tika:tika-parsers:2.5.0'
     implementation 'org.apache.tika:tika-parser-pdf-module:2.5.0'
     implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.6'
-    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.81' // Remember 
to change the version number (9 now) in javadoc block if needed.
-    implementation 'org.apache.tomcat:tomcat-jasper:9.0.81'
+    implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.82' // Remember 
to change the version number (9 now) in javadoc block if needed.
+    implementation 'org.apache.tomcat:tomcat-jasper:9.0.82'
     implementation 'org.apache.axis2:axis2-kernel:1.8.2'
     implementation 'org.apache.xmlgraphics:batik-anim:1.17'
     implementation 'org.apache.xmlgraphics:batik-util:1.17'

Reply via email to