This is an automated email from the ASF dual-hosted git repository.
pvillard 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 0083f9ef11 NIFI-12129 - Bump org.xerial.snappy:snappy-java from
1.1.10.3 to 1.1.10.4
0083f9ef11 is described below
commit 0083f9ef1114827ce04ce3ce1867fd7519dd915a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 25 18:45:42 2023 +0000
NIFI-12129 - Bump org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.4
Bumps
[org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from
1.1.10.3 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.3...v1.1.10.4)
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Pierre Villard <[email protected]>
This closes #7792.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a5d282e28f..aa23ea1b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -618,7 +618,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.10.3</version>
+ <version>1.1.10.4</version>
</dependency>
<!-- Override Log4j 2 libraries for transitive dependencies -->
<dependency>