Skip to content

Commit

Permalink
Merge pull request #33968 from cescoffier/update-vertx-4.4.3
Browse files Browse the repository at this point in the history
Update to Vert.x 4.4.3 and Netty 4.1.93.Final
  • Loading branch information
gsmet authored Jun 13, 2023
2 parents 0f4c893 + 1030f2d commit bb5bd89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<wildfly-client-config.version>1.0.1.Final</wildfly-client-config.version>
<wildfly-elytron.version>2.2.0.Final</wildfly-elytron.version>
<jboss-threads.version>3.5.0.Final</jboss-threads.version>
<vertx.version>4.4.2</vertx.version>
<vertx.version>4.4.3</vertx.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
Expand All @@ -141,7 +141,7 @@
<infinispan.version>14.0.9.Final</infinispan.version>
<infinispan.protostream.version>4.6.2.Final</infinispan.protostream.version>
<caffeine.version>3.1.5</caffeine.version>
<netty.version>4.1.92.Final</netty.version>
<netty.version>4.1.93.Final</netty.version>
<brotli4j.version>1.11.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.5.1.Final</jboss-logging.version>
Expand Down Expand Up @@ -334,6 +334,12 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<!-- Override the dependency on the vertx-jdbc-client, because of https://github.com/vert-x3/vertx-jdbc-client/pull/306 -->
<groupId>io.vertx</groupId>
<artifactId>vertx-jdbc-client</artifactId>
<version>${vertx.version}.1</version>
</dependency>

<!-- gRPC dependencies, imported as a BOM -->
<dependency>
Expand Down

0 comments on commit bb5bd89

Please sign in to comment.