Skip to content

Commit

Permalink
Improved: Upgrade Tomcat from 9.0.81 to 9.0.82 (OFBIZ-12861)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JacquesLeRoux committed Oct 13, 2023
1 parent 14b9743 commit 2e084e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2e084e7

Please sign in to comment.