You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2021/06/17 14:50:38 UTC

[sling-org-apache-sling-junit-core] branch feature/SLING-10497-junit-jupiter-parameter-resolver-for-osgi updated: update commons-lang3 to get bugfix for LANG-1384

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

jsedding pushed a commit to branch feature/SLING-10497-junit-jupiter-parameter-resolver-for-osgi
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git


The following commit(s) were added to refs/heads/feature/SLING-10497-junit-jupiter-parameter-resolver-for-osgi by this push:
     new c4ff21b  update commons-lang3 to get bugfix for LANG-1384
c4ff21b is described below

commit c4ff21b8bed19aa0d51293e12b8dad089bf0081e
Author: Julian Sedding <js...@apache.org>
AuthorDate: Thu Jun 17 16:50:25 2021 +0200

    update commons-lang3 to get bugfix for LANG-1384
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5f2f36..e989d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.0</version>
+            <version>3.8</version>
             <scope>provided</scope>
         </dependency>