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-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 56b81414 Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0
(#483)
56b81414 is described below
commit 56b81414ed9685eb19961f4a6ecc3aa9a06f16cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 3 06:32:38 2025 +0200
Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 (#483)
Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-exec
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
collector/system/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collector/system/pom.xml b/collector/system/pom.xml
index 7d192a67..0c162543 100644
--- a/collector/system/pom.xml
+++ b/collector/system/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
- <version>1.4.0</version>
+ <version>1.5.0</version>
</dependency>
</dependencies>