Skip to content

Commit

Permalink
Update to Brotli4J 1.16.0
Browse files Browse the repository at this point in the history
This update bump the Brotli4J version to 1.16.0, bringing it in-sync with the version utilized by Netty 4.1.107, which is already in use.

 Furthermore, it aligns with the upcoming update to version 1.16.0 planned for Vert.x 4.5.5.
  • Loading branch information
cescoffier committed Mar 13, 2024
1 parent d4f64d8 commit a67f077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<infinispan.protostream.version>5.0.0.CR2</infinispan.protostream.version>
<caffeine.version>3.1.5</caffeine.version>
<netty.version>4.1.107.Final</netty.version>
<brotli4j.version>1.14.0</brotli4j.version>
<brotli4j.version>1.16.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
<mutiny.version>2.5.8</mutiny.version>
Expand Down
1 change: 0 additions & 1 deletion extensions/netty/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.7.1</version> <!-- TODO Extract this version -->
</dependency>
</dependencies>

Expand Down

0 comments on commit a67f077

Please sign in to comment.