You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ag...@apache.org on 2022/12/07 15:50:57 UTC

[drill-test-framework] branch main updated: Bump httpclient from 4.5.5 to 4.5.13 in /framework (#4)

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

agirish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/drill-test-framework.git


The following commit(s) were added to refs/heads/main by this push:
     new 16de8464 Bump httpclient from 4.5.5 to 4.5.13 in /framework (#4)
16de8464 is described below

commit 16de84647db3ab61d28259dc00ed9497e4ce1cbf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 7 07:50:52 2022 -0800

    Bump httpclient from 4.5.5 to 4.5.13 in /framework (#4)
    
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 framework/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pom.xml b/framework/pom.xml
index f3f8b919..dceb1379 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.5</version>
+      <version>4.5.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.drill.exec</groupId>