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 6784990e6 Fixed: Update Tomcat to 9.0.74 (OFBIZ-12807) 6784990e6 is described below commit 6784990e67069545c86c35b8a8dbe6f27d758025 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Apr 19 14:15:21 2023 +0200 Fixed: Update Tomcat to 9.0.74 (OFBIZ-12807) Correct a regression in the fix for bug 66442 that meant that streams without a response body did not decrement the active stream count when completing, leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some connections. Along with lots of other bug fixes and improvements. Please refer to the change log for the complete list of changes: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html In OFBiz we also missed to update Tomcat in example build.grade --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 5f4118bd8..5d4e3318d 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.69' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.74' } node {