You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2023/06/15 19:32:35 UTC

[nifi] branch main updated: NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6a129be114 NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1
6a129be114 is described below

commit 6a129be1149a6c441618db6b22557875e474b426
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 15 16:21:02 2023 +0000

    NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1
    
    Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.0 to 1.1.10.1.
    - [Release notes](https://github.com/xerial/snappy-java/releases)
    - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.0...v1.1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.xerial.snappy:snappy-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Signed-off-by: Matt Burgess <ma...@apache.org>
    
    This closes #7383
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 224167d2cd..b346a6c28a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -642,7 +642,7 @@
             <dependency>
                 <groupId>org.xerial.snappy</groupId>
                 <artifactId>snappy-java</artifactId>
-                <version>1.1.10.0</version>
+                <version>1.1.10.1</version>
             </dependency>
             <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>