You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2021/01/21 20:23:17 UTC

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

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

vorburger 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 fc0f8c0  chore(deps): update dependency org.apache.activemq:activemq-broker to v5.16.1
fc0f8c0 is described below

commit fc0f8c0257cd21960008d892c5706da3f1b53507
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jan 20 21:03:30 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 7ae9eca..70588b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,7 +126,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.0'
+            dependency 'org.apache.activemq:activemq-broker:5.16.1'
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'
 
             dependency 'io.github.classgraph:classgraph:4.8.90'