This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit a8b56949d78a1dec154cfc6e8d1cc2e12277716e
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>
---
 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 617c68ff70..843ad29404 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 e428559967..08e55c1b64 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -141,7 +141,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