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/08 09:30:36 UTC

[myfaces-tobago] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new af26df4  chore(deps): bump httpcore from 4.4.13 to 4.4.14
af26df4 is described below

commit af26df458fa13891901e84729bb8fbe4a9076134
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 8 09:07:22 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 3001e23..9b09fd4 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -258,7 +258,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>