You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2020/12/20 05:18:00 UTC

[jira] [Created] (NUTCH-2836) Upgrade various commons dependencies

Lewis John McGibbney created NUTCH-2836:
-------------------------------------------

             Summary: Upgrade various commons dependencies
                 Key: NUTCH-2836
                 URL: https://issues.apache.org/jira/browse/NUTCH-2836
             Project: Nutch
          Issue Type: Improvement
          Components: build
    Affects Versions: 1.18
            Reporter: Lewis John McGibbney
            Assignee: Lewis John McGibbney
             Fix For: 1.18


I ended up taking a look at some other dependencies. Specifically the following
{code}
		<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" />
{code}
Some of them can be upgraded... I'll go ahead and do that right now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)