This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit ef90e2ae7399dc848d3575e52d68312cee50aaac Author: mr1716 <[email protected]> AuthorDate: Fri Oct 6 09:51:50 2023 -0400 NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0 This closes #7847 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit d2fb81d1d6449fa2a9032804554402f0619ed281) --- 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 a3163f13e5..dcf8fa435b 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.18.0</amqp-client.version> + <amqp-client.version>5.19.0</amqp-client.version> </properties> <dependencies>
