This is an automated email from the ASF dual-hosted git repository.
mridulpathak 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 54f7636bc Bump org.apache.tomcat.embed:tomcat-embed-websocket in
/example
54f7636bc is described below
commit 54f7636bc097994afb08892a2fe14709f464872f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 16 03:53:17 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 b8e6c61af..d632b5976 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'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.122'
}
node {