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 ddd5bcb0a Fixed: Update Tomcat to 9.0.74 (OFBIZ-12807) ddd5bcb0a is described below commit ddd5bcb0adb1eb208d4a30d49bf91b84a327a480 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Apr 19 14:23:48 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 {