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-resourceresolver-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 0da2745 SLING-12144 - Bump commons-lang dependency to commons-lang3
(3.13.0) (#12)
0da2745 is described below
commit 0da2745c50860d387eb2f133b2fe29fb3a9c3b45
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:41:57 2023 -0500
SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) (#12)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 36d14d8..06ddaf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.9</version>
+ <version>3.13.0</version>
<scope>test</scope>
</dependency>
</dependencies>