You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/04/11 11:35:10 UTC

[rocketmq-connect] branch master updated: Bump httpclient from 4.5.5 to 4.5.13 (#83)

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

zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fcc847  Bump httpclient from 4.5.5 to 4.5.13 (#83)
9fcc847 is described below

commit 9fcc847ec7568dd44bcc0fa6177557508aa7d7de
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 19:35:06 2022 +0800

    Bump httpclient from 4.5.5 to 4.5.13 (#83)
    
    Bumps httpclient from 4.5.5 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e6bf3a0..be00c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <junit.version>4.11</junit.version>
         <assertj.version>2.6.0</assertj.version>
         <mockito.version>3.2.4</mockito.version>
-        <httpclient.version>4.5.5</httpclient.version>
+        <httpclient.version>4.5.13</httpclient.version>
         <openmessaging.connector.version>0.1.2</openmessaging.connector.version>
         <fastjson.version>1.2.80</fastjson.version>
         <javalin.version>2.8.0</javalin.version>