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 9e30d739f74562c5f4f5f112c9ad9309de84e6e3
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Feb 1 13:59:14 2024 -0500

    NIFI-12728 Upgraded brotli4j from 1.13.0 to 1.16.0
    
    This closes #8343
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit 00e5b454ab061bce6a23743d7974607d77c7a538)
---
 nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml 
b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
index 47cd49461f..a189212a7a 100644
--- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml
@@ -46,7 +46,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.aayushatharva.brotli4j</groupId>
             <artifactId>brotli4j</artifactId>
-            <version>1.13.0</version>
+            <version>1.16.0</version>
         </dependency>
         <dependency>
             <groupId>org.tukaani</groupId>
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 35b1aee851..9e3be54474 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
@@ -241,7 +241,7 @@
         <dependency>
             <groupId>com.aayushatharva.brotli4j</groupId>
             <artifactId>brotli4j</artifactId>
-            <version>1.13.0</version>
+            <version>1.16.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 818aad2173..e341234100 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -141,7 +141,7 @@
             <dependency>
                 <groupId>com.aayushatharva.brotli4j</groupId>
                 <artifactId>brotli4j</artifactId>
-                <version>1.13.0</version>
+                <version>1.16.0</version>
             </dependency>
             <dependency>
                 <groupId>org.tukaani</groupId>

Reply via email to