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 37794c1d0883215be30efafc11555ccdc97b265e Author: mr1716 <[email protected]> AuthorDate: Sun Aug 20 09:58:04 2023 -0400 NIFI-11968 Upgraded zstd-jni to 1.5.5-5 for compress-processors This closes #7626 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit e83fc230ac61042d729af13d43bf374955b266f9) --- nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml index 5cd6b88681..121326799b 100644 --- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml +++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml @@ -42,7 +42,7 @@ language governing permissions and limitations under the License. --> <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>
