You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/02/01 03:54:33 UTC

[iotdb] branch master updated: Bump httpclient from 4.5.13 to 4.5.14 (#8950)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new e0663f3ab0 Bump httpclient from 4.5.13 to 4.5.14 (#8950)
e0663f3ab0 is described below

commit e0663f3ab05f7e720b75392b40e548d145995016
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 11:54:27 2023 +0800

    Bump httpclient from 4.5.13 to 4.5.14 (#8950)
    
    Bumps httpclient from 4.5.13 to 4.5.14.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 e577790b0f..1e3bf55650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
         <!-- disable enforcer by default-->
         <enforcer.skip>true</enforcer.skip>
         <spotless.version>2.27.1</spotless.version>
-        <httpclient.version>4.5.13</httpclient.version>
+        <httpclient.version>4.5.14</httpclient.version>
         <httpcore.version>4.4.15</httpcore.version>
         <!-- for REST service -->
         <swagger.core.version>1.5.24</swagger.core.version>