Skip to content

Commit

Permalink
Update to Vert.x 4.2.4 and Netty 4.1.73
Browse files Browse the repository at this point in the history
Also aligned the gRPC dependencies with the vert.x gRPC dependencies (that we use underneath).
  • Loading branch information
cescoffier committed Jan 20, 2022
1 parent ad516dc commit c743ece
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-client-config.version>1.0.1.Final</wildfly-client-config.version>
<wildfly-elytron.version>1.18.2.Final</wildfly-elytron.version>
<jboss-threads.version>3.4.2.Final</jboss-threads.version>
<vertx.version>4.2.2</vertx.version>
<vertx.version>4.2.4</vertx.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
Expand All @@ -133,7 +133,7 @@
<infinispan.version>13.0.5.Final</infinispan.version>
<infinispan.protostream.version>4.4.1.Final</infinispan.protostream.version>
<caffeine.version>2.9.3</caffeine.version>
<netty.version>4.1.72.Final</netty.version>
<netty.version>4.1.73.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jboss-logging.version>3.4.3.Final</jboss-logging.version>
<mutiny.version>1.3.1</mutiny.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 @@ -52,7 +52,7 @@
<jakarta.json.version>1.1.6</jakarta.json.version>
<mutiny.version>1.3.1</mutiny.version>
<smallrye-common.version>1.8.0</smallrye-common.version>
<vertx.version>4.2.2</vertx.version>
<vertx.version>4.2.4</vertx.version>
<rest-assured.version>4.4.0</rest-assured.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<jboss-jaxb-api_2.3_spec.version>2.0.0.Final</jboss-jaxb-api_2.3_spec.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

<!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
<grpc.version>1.43.2</grpc.version> <!-- when updating, verify if com.google.auth should not be updated too -->
<grpc-jprotoc.version>1.2.0</grpc-jprotoc.version>
<protoc.version>3.19.2</protoc.version>
<grpc-jprotoc.version>1.2.1</grpc-jprotoc.version>
<protoc.version>3.19.3</protoc.version>
<protobuf-java.version>${protoc.version}</protobuf-java.version>

</properties>
Expand Down

0 comments on commit c743ece

Please sign in to comment.