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/10/12 08:39:02 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump tomcat.version from 9.0.67 to 9.0.68 (#3342)

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

lofwyr 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 c6326b31d9 build(deps): bump tomcat.version from 9.0.67 to 9.0.68 (#3342)
c6326b31d9 is described below

commit c6326b31d91f7ba2ad747da9f760dff9494ed8d2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 10:38:57 2022 +0200

    build(deps): bump tomcat.version from 9.0.67 to 9.0.68 (#3342)
    
    Bumps `tomcat.version` from 9.0.67 to 9.0.68.
    
    Updates `tomcat-el-api` from 9.0.67 to 9.0.68
    
    Updates `tomcat-jasper-el` from 9.0.67 to 9.0.68
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 c25af2b4d7..39d877c0fb 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.67</tomcat.version>
+    <tomcat.version>9.0.68</tomcat.version>
     <exec.version>3.1.0</exec.version>
     <finalName>tobago-example-demo</finalName>
   </properties>