This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b76074a6c9 NIFI-12129 - Bump org.xerial.snappy:snappy-java from
1.1.10.3 to 1.1.10.4
b76074a6c9 is described below
commit b76074a6c9427f588182942dd04d51ab04cf3184
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 5b4361ffdd..1e8b1b6872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,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>