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-contentparser-testutils.git
The following commit(s) were added to refs/heads/master by this push:
new 9f2285f SLING-12282 Update Dependencies to 2023 (#2)
9f2285f is described below
commit 9f2285f0814829d7e46d7ae1e387a855a01e989d
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Apr 9 11:59:12 2024 +0200
SLING-12282 Update Dependencies to 2023 (#2)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7b91c37..393f199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8</version>
+ <version>3.12.0</version>
<scope>compile</scope>
</dependency>
</dependencies>