Skip to content

Commit

Permalink
NIFI-12360 Upgraded brotli4j from 1.12.0 to 1.13.0
Browse files Browse the repository at this point in the history
This closes #8020

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit db827b8)
  • Loading branch information
mr1716 authored and exceptionfactory committed Nov 13, 2023
1 parent 9ad760b commit d530e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down

0 comments on commit d530e20

Please sign in to comment.