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 b767aab21 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13310)
b767aab21 is described below
commit b767aab21344563a728590be5b52fa3e0e6228bd
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Oct 28 17:19:41 2025 +0100
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13310)
https://lists.apache.org/[email protected]
https://lists.apache.org/thread/0p69tp4btn0pjrzmndnlv4dz7zof0mv3
---
example/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/build.gradle b/example/build.gradle
index e10b6266b..f8699652d 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.104'
// Moving to Tomcat 10 needs more work or maybe removing websocket that does
not work anyway, see OFBIZ-7073
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.110'
// Moving to Tomcat 10 needs more work or maybe removing websocket that does
not work anyway, see OFBIZ-7073
}
node {