NIFI-11684 Upgraded Brotli4j from 1.11.0 to 1.12.0

This closes #7377

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b6209ed20d035b99205d45cccbea2393def8282)
This commit is contained in:
mr1716 2023-06-14 09:24:46 -04:00 committed by exceptionfactory
parent 0ecd15537e
commit ac0744ad01
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>

View File

@ -250,7 +250,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>

View File

@ -159,7 +159,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>