This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new af47a2f0bd Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 (#3777) af47a2f0bd is described below commit af47a2f0bd6e231ae898ef61c77d1157d4f1a94a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 25 18:43:33 2023 +0000 Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 (#3777) 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] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f009c7753b..68ed4d64ad 100644 --- a/pom.xml +++ b/pom.xml @@ -680,7 +680,7 @@ <!-- version specified to converge transitive dependency of hadoop and curator --> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.10.1</version> + <version>1.1.10.4</version> </dependency> <dependency> <groupId>org.yaml</groupId>