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 77b194303b5ff4b285aa62f31eb297ee9733ab62 Author: mr1716 <[email protected]> AuthorDate: Thu Jul 13 10:09:57 2023 -0400 NIFI-11801 Upgraded RabbitMQ AMQP Client from 5.17.0 to 5.18.0 This closes #7475 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 77d684d3de..d5addb0090 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.17.0</amqp-client.version> + <amqp-client.version>5.18.0</amqp-client.version> </properties> <dependencies>
