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 0e8a3ba9fa352e161e088c82ffb18c80a1578931
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Oct 6 10:57:24 2023 -0400

    NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6
    
    This closes #7850
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit a8b56949d78a1dec154cfc6e8d1cc2e12277716e)
---
 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 767ba5879e..e16de9c5d1 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
@@ -41,7 +41,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.github.luben</groupId>
             <artifactId>zstd-jni</artifactId>
-            <version>1.5.5-5</version>
+            <version>1.5.5-6</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 5a42f9d04a..0c644b0cb4 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -135,7 +135,7 @@
             <dependency>
                 <groupId>com.github.luben</groupId>
                 <artifactId>zstd-jni</artifactId>
-                <version>1.5.5-5</version>
+                <version>1.5.5-6</version>
             </dependency>
             <dependency>
                 <groupId>com.aayushatharva.brotli4j</groupId>

Reply via email to