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 29bb6526238132d1059db15332d567541290ee71 Author: mr1716 <[email protected]> AuthorDate: Mon Apr 17 09:53:52 2023 -0400 NIFI-11456 Upgraded brotli4j from 1.8.0 to 1.11.0 This closes #7178 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +- nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index 5caffe29de..5c3e805362 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -246,7 +246,7 @@ <dependency> <groupId>com.aayushatharva.brotli4j</groupId> <artifactId>brotli4j</artifactId> - <version>1.8.0</version> + <version>1.11.0</version> </dependency> <dependency> <groupId>org.tukaani</groupId> diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 445aa6c798..3f92982797 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -159,7 +159,7 @@ <dependency> <groupId>com.aayushatharva.brotli4j</groupId> <artifactId>brotli4j</artifactId> - <version>1.8.0</version> + <version>1.11.0</version> </dependency> <dependency> <groupId>org.tukaani</groupId>
