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-plugins.git


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

commit e83f806aaada4c1881d0f1693ebba6f959666bd5
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Oct 13 16:38: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 {

Reply via email to