This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 75dde8198e5947561e7da15710b55819ecf86a1b Author: mr1716 <[email protected]> AuthorDate: Thu Aug 10 08:29:50 2023 -0400 NIFI-11929 Update snappy-java to 1.1.10.3 This closes #7592 Signed-off-by: Mike Thomsen <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 767f8e3d07..0be532d943 100644 --- a/pom.xml +++ b/pom.xml @@ -648,7 +648,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.10.2</version> + <version>1.1.10.3</version> </dependency> <!-- Override Log4j 2 libraries for transitive dependencies --> <dependency>
