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:28 UTC

[myfaces-tobago] branch main updated: build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3470)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 713de7ad27 build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3470)
713de7ad27 is described below

commit 713de7ad27e56bd497a99d92e358668ae1ce32e6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 10:39:21 2022 +0100

    build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3470)
    
    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 56d1047bed..f9e62809de 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>