This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 684042e SLING-12144 - Bump commons-lang dependency to commons-lang3
(3.13.0) (#32)
684042e is described below
commit 684042ede32e343c49b4e53d160edfac9b26610a
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:48:20 2023 -0500
SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) (#32)
---
core/pom.xml | 4 ++--
parent/pom.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 65f16fa..d1f94ff 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -192,8 +192,8 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index aad7d5f..3182f3f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -235,9 +235,9 @@
<version>2.11.0</version>
</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.13.0</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>