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 e83fc230ac61042d729af13d43bf374955b266f9
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]>
---
 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 342a613143..46d1e2b55a 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>

Reply via email to