This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 0c4fb6e8f Bump org.xerial.snappy:snappy-java in /zookeeper-api (#2633)
0c4fb6e8f is described below
commit 0c4fb6e8fb458bd3a2be6b8eb404e299e901f85a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 22 15:49:07 2024 -0800
Bump org.xerial.snappy:snappy-java in /zookeeper-api (#2633)
Bumps
[org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from
1.1.7 to 1.1.10.4.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/1.1.7...v1.1.10.4)
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
zookeeper-api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml
index befc1b319..dd5fd065c 100644
--- a/zookeeper-api/pom.xml
+++ b/zookeeper-api/pom.xml
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.7</version>
+ <version>1.1.10.4</version>
<scope>test</scope>
</dependency>
</dependencies>