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-osgi-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 9f7f1ce SLING-12144 - Bump commons-lang dependency to commons-lang3
(3.13.0) (#36)
9f7f1ce is described below
commit 9f7f1ce8b50dfb1bdeb1e001119c6035378a3a3a
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:21:30 2023 -0500
SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) (#36)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index c7e74e6..d871772 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.9</version>
+ <version>3.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>