Skip to content

Commit

Permalink
5.0.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent 07b7538 commit a911450
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>vertx-dependencies</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>

<name>Vert.x Stack - Vert.x components versions</name>
<packaging>pom</packaging>
Expand All @@ -46,7 +46,7 @@
</licenses>

<properties>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<stack.version>5.0.0.CR1</stack.version>
<netty.version>4.2.0.Beta1</netty.version>
<jackson.version>2.16.1</jackson.version>
<slf4j.version>2.0.7</slf4j.version>
Expand Down Expand Up @@ -923,22 +923,32 @@
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-context-storage</artifactId>
<artifactId>vertx-grpcio-common</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-json-schema</artifactId>
<artifactId>vertx-grpcio-client</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-http-proxy</artifactId>
<artifactId>vertx-grpcio-server</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpcio-context-storage</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-io_uring-incubator</artifactId>
<artifactId>vertx-json-schema</artifactId>
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-http-proxy</artifactId>
<version>${stack.version}</version>
</dependency>

Expand Down

0 comments on commit a911450

Please sign in to comment.