NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0

This closes #7847

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-10-06 09:51:50 -04:00 committed by exceptionfactory
parent 226bf273a1
commit d2fb81d1d6
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.18.0</amqp-client.version>
<amqp-client.version>5.19.0</amqp-client.version>
</properties>
<dependencies>