You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/03/18 13:58:44 UTC

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

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

hnoeth 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 4ea94b6  build(deps): bump tomcat-embed-core from 9.0.58 to 9.0.60
4ea94b6 is described below

commit 4ea94b678b2c75719909c5ec5cb54c0cf32719a1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 16 17:18:19 2022 +0000

    build(deps): bump tomcat-embed-core from 9.0.58 to 9.0.60
    
    Bumps tomcat-embed-core from 9.0.58 to 9.0.60.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-core
      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 ab2e528..7aa7b41 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-core</artifactId>
-            <version>9.0.58</version>
+            <version>9.0.60</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>