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 8e32fcb611af5d8558999b190d617580cc364e36
Author: mr1716 <[email protected]>
AuthorDate: Wed Jun 14 09:16:41 2023 -0400

    NIFI-11685 Upgraded zstd-jni from 1.5.5-3 to 1.5.5-4
    
    This closes #7376
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 8cd1b4b76c486ad0180f37fcbba0ff952f4c0acd)
---
 nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 0517c7421c..9386fb22bc 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-3</version>
+            <version>1.5.5-4</version>
         </dependency>
         <dependency>
             <groupId>com.aayushatharva.brotli4j</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 8f0884c69b..9479c91bfe 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -154,7 +154,7 @@
             <dependency>
                 <groupId>com.github.luben</groupId>
                 <artifactId>zstd-jni</artifactId>
-                <version>1.5.5-3</version>
+                <version>1.5.5-4</version>
             </dependency>
             <dependency>
                 <groupId>com.aayushatharva.brotli4j</groupId>

Reply via email to