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 2021/06/07 09:39:47 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump openwebbeans.version from 2.0.22 to 2.0.23

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 e97d11a  build(deps): bump openwebbeans.version from 2.0.22 to 2.0.23
e97d11a is described below

commit e97d11abc63458569c9aef2b25cd85eecce0fc5d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 7 07:17:44 2021 +0000

    build(deps): bump openwebbeans.version from 2.0.22 to 2.0.23
    
    Bumps `openwebbeans.version` from 2.0.22 to 2.0.23.
    
    Updates `openwebbeans-jsf` from 2.0.22 to 2.0.23
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.22...openwebbeans-2.0.23)
    
    Updates `openwebbeans-web` from 2.0.22 to 2.0.23
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.22...openwebbeans-2.0.23)
    
    Updates `openwebbeans-resource` from 2.0.22 to 2.0.23
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.22...openwebbeans-2.0.23)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.openwebbeans:openwebbeans-jsf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.openwebbeans:openwebbeans-web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.openwebbeans:openwebbeans-resource
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ad3df4..b5b049b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <mojarra21.version>2.1.29-11</mojarra21.version>
     <mojarra22.version>2.2.20</mojarra22.version>
     <mojarra23.version>2.3.16</mojarra23.version>
-    <openwebbeans.version>2.0.22</openwebbeans.version>
+    <openwebbeans.version>2.0.23</openwebbeans.version>
     <slf4j.version>1.7.30</slf4j.version>
     <logback.version>1.2.3</logback.version>
     <maven.compile.source>1.8</maven.compile.source>