You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/08/21 17:31:24 UTC

[axis-axis2-java-core] branch master updated: Bump activemq-broker from 5.16.2 to 5.16.3

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b81c1c  Bump activemq-broker from 5.16.2 to 5.16.3
3b81c1c is described below

commit 3b81c1c99ce21e00ba0c18c2151eb7eb5b0c83e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 17 13:07:10 2021 +0000

    Bump activemq-broker from 5.16.2 to 5.16.3
    
    Bumps [activemq-broker](https://github.com/apache/activemq) from 5.16.2 to 5.16.3.
    - [Release notes](https://github.com/apache/activemq/releases)
    - [Commits](https://github.com/apache/activemq/compare/activemq-5.16.2...activemq-5.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:activemq-broker
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 modules/samples/transport/jms-sample/jmsService/pom.xml | 2 +-
 modules/transport/jms/pom.xml                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/samples/transport/jms-sample/jmsService/pom.xml b/modules/samples/transport/jms-sample/jmsService/pom.xml
index a68dc6e..a5d06a4 100644
--- a/modules/samples/transport/jms-sample/jmsService/pom.xml
+++ b/modules/samples/transport/jms-sample/jmsService/pom.xml
@@ -31,7 +31,7 @@
                     <dependency>
                         <groupId>org.apache.activemq</groupId>
                         <artifactId>activemq-broker</artifactId>
-                        <version>5.16.2</version>
+                        <version>5.16.3</version>
                     </dependency>
                     <dependency>
                         <groupId>commons-io</groupId>
diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index 2df8a19..093bfaa 100644
--- a/modules/transport/jms/pom.xml
+++ b/modules/transport/jms/pom.xml
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
-            <version>5.16.2</version>
+            <version>5.16.3</version>
             <scope>test</scope>
         </dependency>