Skip to content

Commit 3b81c1c

Browse files
dependabot[bot]veithen
authored andcommitted
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](apache/activemq@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] <support@github.com>
1 parent 2641d6f commit 3b81c1c

File tree

2 files changed

+2
-2
lines changed
  • modules

2 files changed

+2
-2
lines changed

modules/samples/transport/jms-sample/jmsService/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.activemq</groupId>
3333
<artifactId>activemq-broker</artifactId>
34-
<version>5.16.2</version>
34+
<version>5.16.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>commons-io</groupId>

modules/transport/jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.apache.activemq</groupId>
156156
<artifactId>activemq-broker</artifactId>
157-
<version>5.16.2</version>
157+
<version>5.16.3</version>
158158
<scope>test</scope>
159159
</dependency>
160160

0 commit comments

Comments
 (0)