This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 7e24aa01c34fddeb37bcbf4cda2ad0a863759992 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Mar 21 10:29:52 2020 -0400 update commons dependencies --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index f20abee..84de17c 100644 --- a/pom.xml +++ b/pom.xml @@ -247,9 +247,9 @@ under the License. <!-- commons --> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.2</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> @@ -259,17 +259,17 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.8.1</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> + <version>1.2</version> </dependency> <!-- doxia -->