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


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

commit 585b5cd76837e60959f331e3b6d7ae553ed75dfb
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Oct 13 16:44:49 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 2f2a938c4..3c2aeba20 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.81'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.82'
 }

Reply via email to