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 fb47991 Bump activemq-broker from 5.16.3 to 5.16.4 fb47991 is described below commit fb47991486867c6533938e04c1b034154875d568 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Mar 2 13:40:38 2022 +0000 Bump activemq-broker from 5.16.3 to 5.16.4 Bumps [activemq-broker](https://github.com/apache/activemq) from 5.16.3 to 5.16.4. - [Release notes](https://github.com/apache/activemq/releases) - [Commits](https://github.com/apache/activemq/compare/activemq-5.16.3...activemq-5.16.4) --- updated-dependencies: - dependency-name: org.apache.activemq:activemq-broker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@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 4e45220..c6d1ca1 100644 --- a/modules/samples/transport/jms-sample/jmsService/pom.xml +++ b/modules/samples/transport/jms-sample/jmsService/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>5.16.3</version> + <version>5.16.4</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml index ff78858..c23c24e 100644 --- a/modules/transport/jms/pom.xml +++ b/modules/transport/jms/pom.xml @@ -96,7 +96,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> - <version>5.16.3</version> + <version>5.16.4</version> <scope>test</scope> </dependency>