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.

(cherry picked from commit a67f077)
  • Loading branch information
cescoffier authored and gsmet committed Mar 15, 2024
1 parent 7b9737f commit e240324
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 @@ -146,7 +146,7 @@
<infinispan.protostream.version>4.6.5.Final</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 e240324

Please sign in to comment.