NIFI-12295 Upgraded ActiveMQ Client from 5.18.2 to 5.18.3

This closes #7956

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2023-10-30 20:09:18 +00:00 committed by exceptionfactory
parent 786784ef62
commit 5c98b7cce0
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.18.2</version>
<version>5.18.3</version>
<scope>test</scope>
</dependency>
<dependency>