This is an automated email from the ASF dual-hosted git repository.

jacopoc 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 2844730ab Bump org.apache.tomcat.embed:tomcat-embed-websocket in 
/example
2844730ab is described below

commit 2844730abd7e1597331ea4164ee1ca04b28c1e74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 03:53:39 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 fdd61128c..d52118a02 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' 
// 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.119' 
// Moving to Tomcat 10 needs more work or maybe removing websocket that does 
not work anyway, see OFBIZ-7073
 }
 
 node {

Reply via email to