This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 62b015a update commons dependencies (#15) 62b015a is described below commit 62b015a04779ce8695e729ce7e041f699908845d Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Mon Apr 13 06:37:04 2020 -0400 update commons dependencies (#15) --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 3909d7c..cff44df 100644 --- a/pom.xml +++ b/pom.xml @@ -248,9 +248,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> @@ -260,17 +260,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 -->