You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2021/08/13 15:50:55 UTC

[ignite] branch master updated: IGNITE-15292 Update dependency httpclient&&httpcore (#9323)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 986dee9  IGNITE-15292 Update dependency httpclient&&httpcore (#9323)
986dee9 is described below

commit 986dee9a319cacc6c34c5731b1291a24ee538ec3
Author: nao <56...@users.noreply.github.com>
AuthorDate: Fri Aug 13 18:50:42 2021 +0300

    IGNITE-15292 Update dependency httpclient&&httpcore (#9323)
    
    Co-authored-by: nao-it <na...@ya.ru>
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b8d9aea2..d06630f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -78,8 +78,8 @@
         <h2.version>1.4.197</h2.version>
         <hadoop.version>2.9.1</hadoop.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <httpclient.version>4.5.1</httpclient.version>
-        <httpcore.version>4.4.3</httpcore.version>
+        <httpclient.version>4.5.13</httpclient.version>
+        <httpcore.version>4.4.14</httpcore.version>
         <jackson.version>2.12.4</jackson.version>
         <jackson1.version>1.9.13</jackson1.version>
         <jaxb.api.version>2.1</jaxb.api.version>