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
commit c1ed35411bcdcc56c451a5275a87b32cf60be5b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 15 12:35:07 2023 -0400
Bump snappy-java from 1.1.9.1 to 1.1.10.1 (#3498)
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to
1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases)
-
[Commits](https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.1)
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 34214b4467..87a3d84b05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,7 +682,7 @@
<!-- version specified to converge transitive dependency of hadoop and
curator -->
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.9.1</version>
+ <version>1.1.10.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>