This is an automated email from the ASF dual-hosted git repository.
stefanseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new da06df4 SLING-13203 Explictly define dependency to o.a.commons.lang3
(#8)
da06df4 is described below
commit da06df4d30d35b330009c16581773d3e3dc2325a
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue May 19 17:25:20 2026 +0200
SLING-13203 Explictly define dependency to o.a.commons.lang3 (#8)
to avoid inheriting outdated version of that dependency from transitive
dependencies
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index cacb1da..4d65fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,12 @@
<version>3.2.0</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.18.0</version>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>org.apache.sling</groupId>