You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/01/05 14:48:06 UTC

(camel) branch main updated: Bump org.apache.commons:commons-exec from 1.3 to 1.4.0

This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f314d761bab Bump org.apache.commons:commons-exec from 1.3 to 1.4.0
f314d761bab is described below

commit f314d761baba3cb96622d328c5c0ee0cba8fbca3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 5 14:19:19 2024 +0000

    Bump org.apache.commons:commons-exec from 1.3 to 1.4.0
    
    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] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7bdb4bc1346..00a63d95139 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,7 +99,7 @@
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>
         <commons-dbcp2-version>2.11.0</commons-dbcp2-version>
-        <commons-exec-version>1.3</commons-exec-version>
+        <commons-exec-version>1.4.0</commons-exec-version>
         <commons-io-version>2.15.1</commons-io-version>
         <commons-lang-version>2.6</commons-lang-version>
         <commons-lang3-version>3.14.0</commons-lang3-version>