This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 1e239c2fa4e8f21b4229c9da90a11d64d55aaf59 Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 16:27:10 2023 +0300 NIFI-11401 Upgraded snappy-java from 1.1.8.4 to 1.1.9.1 This closes #7133 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 84aafc7129f48991e03fc753c57a9e8cfb42d045) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92cf1f914c..749e57b299 100644 --- a/pom.xml +++ b/pom.xml @@ -633,7 +633,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.8.4</version> + <version>1.1.9.1</version> </dependency> <!-- Override Log4j 2 libraries for transitive dependencies --> <dependency>
