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 1305c138d Bump org.apache.tomcat.embed:tomcat-embed-websocket in
/example
1305c138d is described below
commit 1305c138d52b4e3517fa4bf41989a20966d3d772
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 03:53:19 2026 +0000
Bump org.apache.tomcat.embed:tomcat-embed-websocket in /example
Bumps org.apache.tomcat.embed:tomcat-embed-websocket from 9.0.118 to
9.0.119.
---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-version: 9.0.119
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 f42c41dca..a268864ae 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.118'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.119'
}
node {