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 cebd13132e9e6c611306d583d976964269542628
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Oct 5 09:49:06 2023 -0400

    NIFI-12170 Upgraded snappy-java from 1.1.10.4 to 1.1.10.5
    
    This closes #7840
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 30fb7f391e..46d5ca2ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.10.4</version>
+                <version>1.1.10.5</version>
             </dependency>
             <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>

Reply via email to