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 2021/03/18 13:05:51 UTC

[activemq] branch master updated: [AMQ-8171] Upgrade to commons-daemon 1.2.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92fe6d8  [AMQ-8171] Upgrade to commons-daemon 1.2.4
     new 2361f16  Merge pull request #628 from jbonofre/AMQ-8171
92fe6d8 is described below

commit 92fe6d8ecd663df007ba51bc85d51fd480b1648e
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Mar 18 10:58:08 2021 +0100

    [AMQ-8171] Upgrade to commons-daemon 1.2.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 705d829..4c687e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <camel-version-range>[2.20,3)</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.2.3</commons-daemon-version>
+    <commons-daemon-version>1.2.4</commons-daemon-version>
     <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
     <commons-io-version>2.8.0</commons-io-version>
     <commons-lang-version>2.6</commons-lang-version>