You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/06 18:35:45 UTC

[maven-dependency-analyzer] 01/01: [MSHARED-772] Upgrade org.apache.commons:commons-lang3 to 3.8.1

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-772
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 346921ef4cc37031a7c0adb3d8a0c2f5f81c9423
Author: Paweł Płazieński <pa...@silvermedia.pl>
AuthorDate: Thu Dec 6 14:14:44 2018 +0100

    [MSHARED-772] Upgrade org.apache.commons:commons-lang3 to 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3cb7294..bc3535c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>