NIFI-11801 Upgraded RabbitMQ AMQP Client from 5.17.0 to 5.18.0

This closes #7475

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-07-13 10:09:57 -04:00 committed by exceptionfactory
parent 3f72032112
commit 77b194303b
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ language governing permissions and limitations under the License. -->
<packaging>jar</packaging>
<properties>
<amqp-client.version>5.17.0</amqp-client.version>
<amqp-client.version>5.18.0</amqp-client.version>
</properties>
<dependencies>