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/11/30 09:39:05 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3472)

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

lofwyr 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 e2aff64cb2 build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3472)
e2aff64cb2 is described below

commit e2aff64cb2304a35b43c01b8ee6dc1a03a31f591
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 10:38:59 2022 +0100

    build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3472)
    
    Bumps httpcore from 4.4.15 to 4.4.16.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpcore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 d18c5f40f8..5af205dd9f 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -209,7 +209,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.15</version>
+      <version>4.4.16</version>
     </dependency>
     <dependency>
       <groupId>org.seleniumhq.selenium</groupId>