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

pauls pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git

commit 0051da8a83fdcb4804295fbbbd1af7df56de1833
Author: Dominik Suess <[email protected]>
AuthorDate: Thu Sep 6 15:45:18 2018 +0200

    SLING-7871 - switching to commons-lang3
---
 packageinit/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packageinit/pom.xml b/packageinit/pom.xml
index c49aefb..a697003 100644
--- a/packageinit/pom.xml
+++ b/packageinit/pom.xml
@@ -130,9 +130,9 @@
             <scope>provided</scope>
         </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>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to