You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/10 09:11:11 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump tomcat-embed-websocket from 9.0.58 to 9.0.59

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new dc6dea2  build(deps): bump tomcat-embed-websocket from 9.0.58 to 9.0.59
dc6dea2 is described below

commit dc6dea2311a0fa8f9dd846640b7a4993efd2e309
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 9 17:08:30 2022 +0000

    build(deps): bump tomcat-embed-websocket from 9.0.58 to 9.0.59
    
    Bumps tomcat-embed-websocket from 9.0.58 to 9.0.59.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 89bbcef..ab2e528 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -163,7 +163,7 @@
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-websocket</artifactId>
-            <version>9.0.58</version>
+            <version>9.0.59</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>