You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/10 07:46:08 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump httpcore from 4.4.13 to 4.4.14

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

bommel 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 8f90138  chore(deps): bump httpcore from 4.4.13 to 4.4.14
8f90138 is described below

commit 8f901386b743c5e42dab8b2ffaca7a9a4c936e37
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 10 07:34:26 2021 +0000

    chore(deps): bump httpcore from 4.4.13 to 4.4.14
    
    Bumps httpcore from 4.4.13 to 4.4.14.
    
    Signed-off-by: dependabot[bot] <su...@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 aac6675..04902e8 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -216,7 +216,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.13</version>
+      <version>4.4.14</version>
     </dependency>
     <dependency>
       <groupId>org.seleniumhq.selenium</groupId>