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-jcr-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 2f55f9e SLING-12144 - Bump commons-lang dependency to commons-lang3
(3.13.0) (#25)
2f55f9e is described below
commit 2f55f9eadac4578bc2b47545df40ffca46d6243f
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:38:09 2023 -0500
SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) (#25)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f156bae..b5301d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.9</version>
+ <version>3.13.0</version>
<scope>compile</scope>
</dependency>