You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/01/27 10:21:34 UTC

[sling-org-apache-sling-jcr-packageinit] 04/25: SLING-7871 - switching to commons-lang3

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

kwin 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 <su...@adobe.com>
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>