You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ke...@apache.org on 2023/10/11 10:20:11 UTC

[curator] branch master updated: CURATOR-679: Bump snappy-java from 1.1.10.1 to 1.1.10.4 (#483)

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

kezhuw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 573c9a98 CURATOR-679: Bump snappy-java from 1.1.10.1 to 1.1.10.4 (#483)
573c9a98 is described below

commit 573c9a986b2295eab0c008b60898b901127cb9d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 11 18:20:06 2023 +0800

    CURATOR-679: Bump snappy-java from 1.1.10.1 to 1.1.10.4 (#483)
    
    Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.1 to 1.1.10.4.
    - [Release notes](https://github.com/xerial/snappy-java/releases)
    - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.1...v1.1.10.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.xerial.snappy:snappy-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4771c467..0ea09938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
         <slf4j-version>1.7.25</slf4j-version>
         <clirr-maven-plugin-version>2.8</clirr-maven-plugin-version>
         <dropwizard-version>3.2.5</dropwizard-version>
-        <snappy-version>1.1.10.1</snappy-version>
+        <snappy-version>1.1.10.4</snappy-version>
         <build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>
         <awaitility-version>4.1.1</awaitility-version>
         <mockito-version>4.11.0</mockito-version>