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 1ef3d8892 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-13229)
1ef3d8892 is described below
commit 1ef3d889294dbc680fdc4875638ca4ac64863e91
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Apr 29 09:15:40 2025 +0200
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13229)
https://lists.apache.org/thread/q4ld9xtv3zrvvs3ykp4b2f9j2tvhq6bl
https://lists.apache.org/thread/x7l5ldwkson33bf4b3s3738lwjql618z
---
example/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/build.gradle b/example/build.gradle
index da19d2abc..e6e072f28 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.102'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.39'
}
node {