This is an automated email from the ASF dual-hosted git repository.
jacopoc 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 6437b33c3 Bump org.apache.tomcat.embed:tomcat-embed-websocket in
/example
6437b33c3 is described below
commit 6437b33c30d62de22d4455f98f6be4c06c2edf24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 04:01:08 2026 +0000
Bump org.apache.tomcat.embed:tomcat-embed-websocket in /example
Bumps org.apache.tomcat.embed:tomcat-embed-websocket from 9.0.117 to
9.0.118.
---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-version: 9.0.118
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
example/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/build.gradle b/example/build.gradle
index 262b8e356..f42c41dca 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.117'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.118'
}
node {