Skip to content

Commit

Permalink
NIFI-11943 Update activemq-client and broker to 5.18.2
Browse files Browse the repository at this point in the history
This closes apache#7602

Signed-off-by: Mike Thomsen <[email protected]>
  • Loading branch information
mr1716 authored and MikeThomsen committed Aug 12, 2023
1 parent b78dc5c commit 12f736a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.18.0</version>
<version>5.18.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.18.0</version>
<version>5.18.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 12f736a

Please sign in to comment.