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 c59bb5cd6 Bump org.xerial.snappy:snappy-java in /meta-client (#2631)
c59bb5cd6 is described below
commit c59bb5cd67eb4e831fc89b355dd0fb237824738f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 22 15:48:14 2024 -0800
Bump org.xerial.snappy:snappy-java in /meta-client (#2631)
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>
---
meta-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-client/pom.xml b/meta-client/pom.xml
index 4dcae95bd..29092ef1e 100644
--- a/meta-client/pom.xml
+++ b/meta-client/pom.xml
@@ -70,7 +70,7 @@ under the License.
<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>
<dependency>