You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2021/04/29 18:35:12 UTC

[fineract] branch develop updated: chore(deps): update dependency org.apache.activemq:activemq-broker to v5.16.2

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

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 809ac80  chore(deps): update dependency org.apache.activemq:activemq-broker to v5.16.2
809ac80 is described below

commit 809ac802de544636c7a850eea61515c53efda4ea
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Apr 28 08:20:55 2021 +0000

    chore(deps): update dependency org.apache.activemq:activemq-broker to v5.16.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 70be440..2659cec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,7 +128,7 @@ allprojects  {
             dependency 'jakarta.jms:jakarta.jms-api:2.0.3'
             dependency 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
             dependency 'jakarta.validation:jakarta.validation-api:3.0.0'
-            dependency 'org.apache.activemq:activemq-broker:5.16.1'
+            dependency 'org.apache.activemq:activemq-broker:5.16.2'
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'
 
             dependency 'io.github.classgraph:classgraph:4.8.104'