This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release22.01 by this push: new 5e108c7e7 Improved: Upgrade Tomcat from 9.0.81 to 9.0.82 (OFBIZ-12861) 5e108c7e7 is described below commit 5e108c7e7530fb54864fa19722edeba66ee7d06e Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Oct 13 16:42:48 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 --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 361b54089..8b5421480 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -22,7 +22,7 @@ plugins { } dependencies { - pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.81' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.82' } node {