This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318 in repository https://gitbox.apache.org/repos/asf/sling-samples.git
commit 39aae6244a088a0107a9c904afd62c6685d72bd3 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 10 09:26:33 2025 +0200 Upgrade Commons Lang3 to fix security vulnerability --- slingshot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slingshot/pom.xml b/slingshot/pom.xml index 22dbbeb..a8aed16 100644 --- a/slingshot/pom.xml +++ b/slingshot/pom.xml @@ -136,7 +136,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> + <version>3.18.0</version> <scope>test</scope> </dependency> <dependency>
