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/25 09:16:11 UTC

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

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 45b0449  build(deps): bump tomcat-embed-websocket from 9.0.59 to 9.0.60
45b0449 is described below

commit 45b04498d3ed50267e487207cbe1188325df9e22
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 25 09:08:30 2022 +0000

    build(deps): bump tomcat-embed-websocket from 9.0.59 to 9.0.60
    
    Bumps tomcat-embed-websocket from 9.0.59 to 9.0.60.
    
    ---
    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 3f2f320..ac7cb4c 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.59</version>
+            <version>9.0.60</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>