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 2378ec331 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13180) 2378ec331 is described below commit 2378ec331cb12aaaa30892a25b96155a58430388 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 19 11:31:03 2024 +0100 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13180) https://lists.apache.org/thread/kg1cpwys6s4px9yk6kzp4405wolygqkz https://lists.apache.org/thread/xp7ojhmzg6k5c4gxfg7456hszzsfjm58 https://lists.apache.org/thread/dvky1vcrgvyx7dmt61hr6wchz8x3qbps https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.97 --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index f2682ea88..9bea6caf3 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.91' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.97' } node {