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 fa1dc6b3e9 Bump activemq-broker from 5.16.4 to 5.17.0
fa1dc6b3e9 is described below
commit fa1dc6b3e972095df6e0ec8cac853ac849bdfb15
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 19 23:01:08 2022 +0000
Bump activemq-broker from 5.16.4 to 5.17.0
Bumps [activemq-broker](https://github.com/apache/activemq) from 5.16.4 to
5.17.0.
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-5.16.4...activemq-5.17.0)
---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-broker
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 98ab61e0f3..3900ccf968 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.4</version>
+ <version>5.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index 0817a96e35..5972373729 100644
--- a/modules/transport/jms/pom.xml
+++ b/modules/transport/jms/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>5.16.4</version>
+ <version>5.17.0</version>
<scope>test</scope>
</dependency>