This is an automated email from the ASF dual-hosted git repository.
mridulpathak 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 dfc9fcbea Bump org.apache.tomcat.embed:tomcat-embed-websocket in
/example
dfc9fcbea is described below
commit dfc9fcbea453af8c432425d9265b91afac49676f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 16 03:53:27 2026 +0000
Bump org.apache.tomcat.embed:tomcat-embed-websocket in /example
Bumps org.apache.tomcat.embed:tomcat-embed-websocket from 9.0.121 to
9.0.122.
---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-version: 9.0.122
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 81c102755..f1f72b898 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.121'
// 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.122'
// Moving to Tomcat 10 needs more work or maybe removing websocket that does
not work anyway, see OFBIZ-7073
}
node {