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 6afc0053 Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
(#582)
6afc0053 is described below
commit 6afc0053c6c3a8f4a2b4698b90eb6fd6a7066fe9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 13:27:50 2025 +0100
Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0 (#582)
Bumps
[org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from
1.5.0 to 1.6.0.
-
[Changelog](https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-exec
dependency-version: 1.6.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 a3074a80..6f523fa3 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.5.0</version>
+ <version>1.6.0</version>
</dependency>
</dependencies>