You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2023/09/26 10:39:02 UTC

[ignite] branch master updated: IGNITE-20490 Update the snappy dependency up to the latest 1.1.10.4 (#10957)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ae2edc5d35 IGNITE-20490 Update the snappy dependency up to the latest 1.1.10.4 (#10957)
1ae2edc5d35 is described below

commit 1ae2edc5d357bd27456b00fcecf74f26a2f67efa
Author: Maxim Muzafarov <34...@users.noreply.github.com>
AuthorDate: Tue Sep 26 12:38:55 2023 +0200

    IGNITE-20490 Update the snappy dependency up to the latest 1.1.10.4 (#10957)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2a01f3fcca6..aba7b514c48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,7 +137,7 @@
         <scala.test.version>2.2.6</scala.test.version>
         <slf4j.version>1.7.33</slf4j.version>
         <slf4j16.version>1.6.4</slf4j16.version>
-        <snappy.version>1.1.10.3</snappy.version>
+        <snappy.version>1.1.10.4</snappy.version>
         <spring.version>5.2.22.RELEASE</spring.version>
         <storm.version>1.1.1</storm.version>
         <surefire.version>3.1.2</surefire.version>