You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/07/06 10:21:22 UTC

[bahir-flink] 02/02: Bump httpclient to 4.5.13

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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit 379fc87859157fd26063c5e0e4e40a5a0d896097
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 6 09:59:53 2022 +0000

    Bump httpclient to 4.5.13
    
    Bumps httpclient from 4.5.2 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 flink-connector-netty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index 4933fea..344477f 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -57,7 +57,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.2</version>
+        <version>4.5.13</version>
         <scope>test</scope>
       </dependency>
     </dependencies>