Skip to content

Commit

Permalink
Merge pull request quarkusio#46194 from jponge/deps/vertx-4.5.13
Browse files Browse the repository at this point in the history
Bump to Vert.x 4.5.13 and Netty 4.1.118.Final
  • Loading branch information
gsmet authored Feb 11, 2025
2 parents bf65b2b + c07461a commit 7ff0fcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<wildfly-elytron.version>2.6.0.Final</wildfly-elytron.version>
<jboss-marshalling.version>2.2.2.Final</jboss-marshalling.version>
<jboss-threads.version>3.8.0.Final</jboss-threads.version>
<vertx.version>4.5.12</vertx.version>
<vertx.version>4.5.13</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 @@ -132,7 +132,7 @@
<infinispan.version>15.0.13.Final</infinispan.version>
<infinispan.protostream.version>5.0.13.Final</infinispan.protostream.version>
<caffeine.version>3.2.0</caffeine.version>
<netty.version>4.1.117.Final</netty.version>
<netty.version>4.1.118.Final</netty.version>
<brotli4j.version>1.16.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<mutiny.version>2.8.0</mutiny.version>
<smallrye-common.version>2.10.0</smallrye-common.version>
<vertx.version>4.5.12</vertx.version>
<vertx.version>4.5.13</vertx.version>
<rest-assured.version>5.5.0</rest-assured.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<jackson-bom.version>2.18.2</jackson-bom.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/vertx-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
<vertx.version>4.5.12</vertx.version>
<vertx.version>4.5.13</vertx.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7ff0fcf

Please sign in to comment.