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 59c75e28f Fixed: [SECURITY] CVE-2023-34981 Apache Tomcat (OFBIZ-12831) 59c75e28f is described below commit 59c75e28fa8131b570b93520e16bab99de308a65 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Jun 21 16:44:39 2023 +0200 Fixed: [SECURITY] CVE-2023-34981 Apache Tomcat (OFBIZ-12831) See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.75 --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 5d4e3318d..04cafffbf 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.74' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.75' } node {