You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/06 22:33:56 UTC

[hop] branch master updated: [HOP-3733] update httpclient due to cve

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c6a717  [HOP-3733] update httpclient due to cve
     new 50d701c  Merge pull request #1336 from pjfanning/patch-1
1c6a717 is described below

commit 1c6a717d276847540166f2cae421b7de42d2a929
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Feb 6 23:03:53 2022 +0100

    [HOP-3733] update httpclient due to cve
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c472da2..faf9c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,8 +118,8 @@
         <org.eclipse.commands.version>3.9.600</org.eclipse.commands.version>
         <org.eclipse.equinox.version>3.10.600</org.eclipse.equinox.version>
         <rhino.version>1.7.12</rhino.version>
-        <httpclient.version>4.5.3</httpclient.version>
-        <httpccore.version>4.4.6</httpccore.version>
+        <httpclient.version>4.5.13</httpclient.version>
+        <httpccore.version>4.4.13</httpccore.version>
         <commons-codec.version>1.10</commons-codec.version>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>