This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch lang in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit a4be8e01e192a2d57d53ebe6984ec62fecbaa8ec Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Mar 28 18:33:24 2020 -0400 update commons-lang --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b134795..047ecc7 100644 --- a/pom.xml +++ b/pom.xml @@ -251,9 +251,9 @@ under the License. </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.6</version> </dependency> <dependency>