This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new dd97bea2ed NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1
dd97bea2ed is described below
commit dd97bea2ed18684fb271d5cf3f80af1e2e46d4b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 15 16:21:02 2023 +0000
NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.0 to
1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases)
-
[Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.0...v1.1.10.1)
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Matt Burgess <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e3d21ac247..57444c9598 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,7 +627,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.10.0</version>
+ <version>1.1.10.1</version>
</dependency>
<!-- Override Log4j 2 libraries for transitive dependencies -->
<dependency>