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 f0272ee8 Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (#409)
f0272ee8 is described below
commit f0272ee8f4079998c390c55fee28b56821bffb58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 9 08:17:46 2025 +0100
Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (#409)
Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-exec
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 54c33ab3..37f1f4d4 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.3</version>
+ <version>1.4.0</version>
</dependency>
</dependencies>