You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2021/07/01 06:07:47 UTC

[nutch] branch master updated: fireant upgrade dependency httpcore in ivy/ivy.xml from 4.4.9 to 4.4.14 (#681)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 53ed506  fireant upgrade dependency httpcore in ivy/ivy.xml from 4.4.9 to 4.4.14 (#681)
53ed506 is described below

commit 53ed50626b371d163033015b4f8c87167393c33d
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Jun 30 23:07:39 2021 -0700

    fireant upgrade dependency httpcore in ivy/ivy.xml from 4.4.9 to 4.4.14 (#681)
---
 ivy/ivy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index e05c81c..2781c6c 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -143,7 +143,7 @@
 		<!--Added Because of Elasticsearch JEST client-->
 		<!--TODO refactor these to indexer-elastic-rest plugin somehow, currently doesn't resolve correctly-->
 		<dependency org="org.apache.httpcomponents" name="httpcore-nio" rev="4.4.9" />
-		<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.9" />
+		<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.14" />
 		<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.5" />
 
 		<dependency org="de.vandermeer" name="asciitable" rev="0.3.2" />