This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 8992256f788743cab93014891d69fd5b41e74300 Author: mr1716 <[email protected]> AuthorDate: Fri Apr 7 10:11:09 2023 -0400 NIFI-11404 Upgraded AMQP Client from 5.16.0 to 5.17.0 This closes #7138 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml index 9fa646c238..77d684d3de 100644 --- a/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml +++ b/nifi-nar-bundles/nifi-amqp-bundle/nifi-amqp-processors/pom.xml @@ -20,7 +20,7 @@ language governing permissions and limitations under the License. --> <packaging>jar</packaging> <properties> - <amqp-client.version>5.16.0</amqp-client.version> + <amqp-client.version>5.17.0</amqp-client.version> </properties> <dependencies>
