This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 1adbd5d07 Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13310)
1adbd5d07 is described below
commit 1adbd5d07ad069f0fcdda3011dbe0c3f336c207c
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Oct 28 17:25:05 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 bf747ddc0..1b12c4ff2 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.107'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.110'
}
node {