This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
The following commit(s) were added to refs/heads/master by this push:
new ace6a4f Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0
(#43)
ace6a4f is described below
commit ace6a4fe5ff635d19d76280f7a0ec506f80f43b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 23:09:15 2026 +0200
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 (#43)
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c34f228..8bee771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.14.0</version>
+ <version>3.18.0</version>
<scope>test</scope>
</dependency>
<dependency>