This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 84aafc7129f48991e03fc753c57a9e8cfb42d045 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]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0ef332e2d..42cc93f53d 100644 --- a/pom.xml +++ b/pom.xml @@ -648,7 +648,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>
