This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 2a88aab62667c3485f2c2deb0c85a238420d0460 Author: mr1716 <[email protected]> AuthorDate: Fri Aug 11 08:28:11 2023 -0400 NIFI-11942 Update zstd-jni to 1.5.5-5 This closes #7601 Signed-off-by: Mike Thomsen <[email protected]> --- nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 5f2e7e12cb..968f30332c 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -144,7 +144,7 @@ <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> - <version>1.5.5-4</version> + <version>1.5.5-5</version> </dependency> <dependency> <groupId>com.aayushatharva.brotli4j</groupId>
