Skip to content

Commit

Permalink
NIFI-12319 Upgraded ActiveMQ from 5.15.14 to 5.15.16
Browse files Browse the repository at this point in the history
This closes apache#7993

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
pvillard31 authored and exceptionfactory committed Nov 7, 2023
1 parent 816d43c commit 20a75d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.15.15</version>
<version>5.15.16</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.14</version>
<version>5.15.16</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 20a75d2

Please sign in to comment.