You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/10/31 16:44:05 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9115] Upgrade to commons-daemon 1.3.2

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

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 465bed7b3 [AMQ-9115] Upgrade to commons-daemon 1.3.2
465bed7b3 is described below

commit 465bed7b3f5e97806fe81aa115c60090f7d8761b
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Tue Oct 11 08:43:28 2022 -0500

    [AMQ-9115] Upgrade to commons-daemon 1.3.2
    
    (cherry picked from commit 68a1d6e6120da15791b449c4cbd2f0279324f095)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fdbd28952..13b4d8289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <camel-version-range>[2.20,4)</camel-version-range>
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-collections-version>3.2.2</commons-collections-version>
-    <commons-daemon-version>1.3.1</commons-daemon-version>
+    <commons-daemon-version>1.3.2</commons-daemon-version>
     <commons-dbcp2-version>2.9.0</commons-dbcp2-version>
     <commons-io-version>2.11.0</commons-io-version>
     <commons-lang-version>3.12.0</commons-lang-version>