This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release18.12 by this push:
new a70ad2c04 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-12942)
a70ad2c04 is described below
commit a70ad2c047a5f469383ad657db9fb517466e3ab2
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Mar 15 08:41:10 2024 +0100
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-12942)
Concerns CVE-2024-24549, and CVE-2024-23672
See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.86
for details
---
example/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/build.gradle b/example/build.gradle
index 3c2aeba20..276872de6 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
*/
dependencies {
- pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.82'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.86'
}