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 2021/10/19 07:27:14 UTC

[myfaces-tobago] branch master updated: build(deps): bump tomcat-embed-jasper from 10.0.11 to 10.0.12

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

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


The following commit(s) were added to refs/heads/master by this push:
     new abee101  build(deps): bump tomcat-embed-jasper from 10.0.11 to 10.0.12
abee101 is described below

commit abee101f5e5770172d2fc1520480e46c099bb10b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 18 16:19:14 2021 +0000

    build(deps): bump tomcat-embed-jasper from 10.0.11 to 10.0.12
    
    Bumps tomcat-embed-jasper from 10.0.11 to 10.0.12.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
      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 c4de857..12b17a2 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>
             <artifactId>tomcat-embed-jasper</artifactId>
-            <version>10.0.11</version>
+            <version>10.0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat.embed</groupId>