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 30f0028967 Bump activemq-broker from 5.17.2 to 5.17.3
30f0028967 is described below
commit 30f0028967b2a639f4324e23dbb18d53a7afe935
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 5 13:05:09 2022 +0000
Bump activemq-broker from 5.17.2 to 5.17.3
Bumps [activemq-broker](https://github.com/apache/activemq) from 5.17.2 to
5.17.3.
- [Release notes](https://github.com/apache/activemq/releases)
-
[Commits](https://github.com/apache/activemq/compare/activemq-5.17.2...activemq-5.17.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] <[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 593f437073..d420fa403e 100644
--- a/modules/samples/transport/jms-sample/jmsService/pom.xml
+++ b/modules/samples/transport/jms-sample/jmsService/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>5.17.2</version>
+ <version>5.17.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index e816953608..2d3b3d3439 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.17.2</version>
+ <version>5.17.3</version>
<scope>test</scope>
</dependency>