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 051ff9a47 Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849) 051ff9a47 is described below commit 051ff9a47150bf9fdeaaceb860e4255dc2bcc1cf Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Aug 26 10:00:27 2023 +0200 Fixed: [CVE-2023-41080] Update Tomcat to 9.0.80 (OFBIZ-12849) See https://tomcat.apache.org/tomcat-9.0-doc/changelog.html --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 04cafffbf..f089faff3 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.75' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.80' } node {