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 2021/10/19 16:42:29 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump jakarta.inject-api from 1.0.3 to 1.0.5

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 7f5630d  build(deps): bump jakarta.inject-api from 1.0.3 to 1.0.5
7f5630d is described below

commit 7f5630d46bc5df375fc8386184c53181234a2f4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 19 16:40:06 2021 +0000

    build(deps): bump jakarta.inject-api from 1.0.3 to 1.0.5
    
    Bumps [jakarta.inject-api](https://github.com/eclipse-ee4j/injection-api) from 1.0.3 to 1.0.5.
    - [Release notes](https://github.com/eclipse-ee4j/injection-api/releases)
    - [Commits](https://github.com/eclipse-ee4j/injection-api/compare/1.0.3...1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.inject:jakarta.inject-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                                    | 2 +-
 tobago-example/pom.xml                     | 4 ++--
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63a3d18..de75353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,7 +484,7 @@
       <dependency>
         <groupId>jakarta.inject</groupId>
         <artifactId>jakarta.inject-api</artifactId>
-        <version>1.0.3</version>
+        <version>1.0.5</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 5b187e6..8e380a1 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -405,7 +405,7 @@
         <dependency>
           <groupId>jakarta.inject</groupId>
           <artifactId>jakarta.inject-api</artifactId>
-          <version>1.0.3</version>
+          <version>1.0.5</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
@@ -465,7 +465,7 @@
         <dependency>
           <groupId>jakarta.inject</groupId>
           <artifactId>jakarta.inject-api</artifactId>
-          <version>1.0.3</version>
+          <version>1.0.5</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index fac74e2..6a9a406 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -419,7 +419,7 @@
         <dependency>
           <groupId>jakarta.inject</groupId>
           <artifactId>jakarta.inject-api</artifactId>
-          <version>1.0.3</version>
+          <version>1.0.5</version>
           <scope>compile</scope>
         </dependency>
         <dependency>