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 fbd53ba NUTCH-2836 Upgrade various commons dependencies (#559)
fbd53ba is described below
commit fbd53ba16bc8dd751425757273996216ec80cd78
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Jan 7 20:41:37 2021 -0800
NUTCH-2836 Upgrade various commons dependencies (#559)
---
ivy/ivy.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index a20d8a6..0aa1de4 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -41,11 +41,11 @@
<exclude org="com.sun.jmx" name="jmxri" />
</dependency-->
- <dependency org="org.apache.commons" name="commons-lang3"
rev="3.8.1" conf="*->default" />
- <dependency org="org.apache.commons"
name="commons-collections4" rev="4.2" conf="*->master" />
- <dependency org="org.apache.httpcomponents" name="httpclient"
rev="4.5.6" conf="*->master" />
- <dependency org="commons-codec" name="commons-codec" rev="1.11"
conf="*->default" />
- <dependency org="org.apache.commons" name="commons-compress"
rev="1.18" conf="*->default" />
+ <dependency org="org.apache.commons" name="commons-lang3"
rev="3.11" conf="*->default" />
+ <dependency org="org.apache.commons"
name="commons-collections4" rev="4.4" conf="*->master" />
+ <dependency org="org.apache.httpcomponents" name="httpclient"
rev="4.5.13" conf="*->master" />
+ <dependency org="commons-codec" name="commons-codec" rev="1.15"
conf="*->default" />
+ <dependency org="org.apache.commons" name="commons-compress"
rev="1.20" conf="*->default" />
<dependency org="org.apache.commons" name="commons-jexl3"
rev="3.1" conf="*->default"/>
<dependency org="com.tdunning" name="t-digest" rev="3.2" />