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 d2e9d03c3b3cda6daabbbdb87de84df00dd94c18 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]> (cherry picked from commit 29bb6526238132d1059db15332d567541290ee71) --- 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 48acd35dca..00a67b8302 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 @@ -250,7 +250,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 540fa7d9cd..7dd0219fba 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>
