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:44 UTC

[maven-dependency-analyzer] branch MSHARED-772 created (now 346921e)

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

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


      at 346921e  [MSHARED-772] Upgrade org.apache.commons:commons-lang3 to 3.8.1

This branch includes the following new commits:

     new 346921e  [MSHARED-772] Upgrade org.apache.commons:commons-lang3 to 3.8.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>