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/10 09:54:08 UTC

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

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 9776fd1  build(deps): bump openwebbeans.version from 2.0.25 to 2.0.26
9776fd1 is described below

commit 9776fd1ae0d53226b3786eb0cb35794cb7e1a34f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 9 16:22:18 2022 +0000

    build(deps): bump openwebbeans.version from 2.0.25 to 2.0.26
    
    Bumps `openwebbeans.version` from 2.0.25 to 2.0.26.
    
    Updates `openwebbeans-jsf` from 2.0.25 to 2.0.26
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.25...openwebbeans-2.0.26)
    
    Updates `openwebbeans-web` from 2.0.25 to 2.0.26
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.25...openwebbeans-2.0.26)
    
    Updates `openwebbeans-resource` from 2.0.25 to 2.0.26
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.25...openwebbeans-2.0.26)
    
    ---
    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 ec21081..c9cf00a 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.17</mojarra23.version>
-    <openwebbeans.version>2.0.25</openwebbeans.version>
+    <openwebbeans.version>2.0.26</openwebbeans.version>
     <slf4j.version>1.7.35</slf4j.version>
     <logback.version>1.2.10</logback.version>
     <maven.compile.source>1.8</maven.compile.source>