This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 76e0efc7e5 Bump org.apache.commons:commons-lang3 (#1963)
76e0efc7e5 is described below
commit 76e0efc7e501c2aed0ed4d5437a8d6819d068b8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 25 07:10:09 2025 +0200
Bump org.apache.commons:commons-lang3 (#1963)
Bumps org.apache.commons:commons-lang3 from 3.4 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tooling/karaf-maven-plugin/src/it/test-feature-use-base-version/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tooling/karaf-maven-plugin/src/it/test-feature-use-base-version/pom.xml
b/tooling/karaf-maven-plugin/src/it/test-feature-use-base-version/pom.xml
index d3262b78fc..63b44b9763 100644
--- a/tooling/karaf-maven-plugin/src/it/test-feature-use-base-version/pom.xml
+++ b/tooling/karaf-maven-plugin/src/it/test-feature-use-base-version/pom.xml
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.4</version>
+ <version>3.18.0</version>
</dependency>
</dependencies>