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/02/16 14:02:34 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump javax.el-api from 3.0.1-b04 to 3.0.1-b06

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new b4e1a1c  build(deps): bump javax.el-api from 3.0.1-b04 to 3.0.1-b06
b4e1a1c is described below

commit b4e1a1cb68fcf819059f72f10d2b2698843d2e5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 16 11:33:19 2022 +0000

    build(deps): bump javax.el-api from 3.0.1-b04 to 3.0.1-b06
    
    Bumps [javax.el-api](https://github.com/javaee/uel-ri) from 3.0.1-b04 to 3.0.1-b06.
    - [Release notes](https://github.com/javaee/uel-ri/releases)
    - [Commits](https://github.com/javaee/uel-ri/compare/javax.el-3.0.1-b04...javax.el-3.0.1-b06)
    
    ---
    updated-dependencies:
    - dependency-name: javax.el:javax.el-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 8c82803..2aaeb5b 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -103,7 +103,7 @@
       <dependency>
         <groupId>javax.el</groupId>
         <artifactId>javax.el-api</artifactId>
-        <version>3.0.1-b04</version>
+        <version>3.0.1-b06</version>
       </dependency>
     </dependencies>
   </dependencyManagement>