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 2023/01/16 07:44:38 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump tomcat.version from 9.0.70 to 9.0.71

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new eb5ff00f3d build(deps): bump tomcat.version from 9.0.70 to 9.0.71
eb5ff00f3d is described below

commit eb5ff00f3d9b0c9d73d5aa47477b9c06c55d1e94
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 13 16:02:54 2023 +0000

    build(deps): bump tomcat.version from 9.0.70 to 9.0.71
    
    Bumps `tomcat.version` from 9.0.70 to 9.0.71.
    
    Updates `tomcat-el-api` from 9.0.70 to 9.0.71
    
    Updates `tomcat-jasper-el` from 9.0.70 to 9.0.71
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomcat:tomcat-el-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.tomcat:tomcat-jasper-el
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 5e9abd22d2..52e566ebb2 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -35,7 +35,7 @@
     <deltaspike.version>1.9.6</deltaspike.version>
     <selenium.version>3.141.59</selenium.version>
     <meecrowave.version>1.2.14</meecrowave.version>
-    <tomcat.version>9.0.70</tomcat.version>
+    <tomcat.version>9.0.71</tomcat.version>
     <exec.version>3.1.0</exec.version>
     <finalName>tobago-example-demo</finalName>
   </properties>