This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit dea13125d91bc6b0940c49daf80ee17027b0766b Author: Amichai Rothman <[email protected]> AuthorDate: Thu May 22 16:03:38 2025 +0300 ARIES-2190 Upgrade Snappy to 1.1.10.7 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1f3fc7c0..af769cc6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -223,7 +223,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.10.5</version> + <version>1.1.10.7</version> </dependency> <dependency> <groupId>org.apache.felix</groupId>
