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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 935016aa79 NIFI-11623 Upgraded snappy-java from 1.1.9.1 to 1.1.10.0
935016aa79 is described below

commit 935016aa79bc50b928f585705bad769bff5f75c4
Author: mr1716 <[email protected]>
AuthorDate: Thu Jun 1 08:15:35 2023 -0400

    NIFI-11623 Upgraded snappy-java from 1.1.9.1 to 1.1.10.0
    
    This closes #7325
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 8b795a72f15446892648059da93199ee800c3147)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f33c208ee..0a038b2538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -634,7 +634,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.9.1</version>
+                <version>1.1.10.0</version>
             </dependency>
             <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>

Reply via email to