This is an automated email from the ASF dual-hosted git repository.
nsabonyi 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 c656bfc7b7 NIFI-11818 Update snappy-java to 1.1.10.2
c656bfc7b7 is described below
commit c656bfc7b7817a027dec058d0a0b7c57253d9c94
Author: mr1716 <[email protected]>
AuthorDate: Mon Jul 17 07:19:18 2023 -0400
NIFI-11818 Update snappy-java to 1.1.10.2
This closes #7486
Signed-off-by: Nandor Soma Abonyi <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3d08fef1cd..8a5c7e18a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -646,7 +646,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.10.1</version>
+ <version>1.1.10.2</version>
</dependency>
<!-- Override Log4j 2 libraries for transitive dependencies -->
<dependency>