Skip to content

Commit

Permalink
Update Vert.x to version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garricko committed Aug 9, 2017
1 parent dafe50e commit fb057a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,19 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.2.1</version>
<version>3.4.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>3.2.1</version>
<version>3.4.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.2.1</version>
<version>3.4.2</version>
<optional>true</optional>
</dependency>

Expand All @@ -225,7 +225,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<version>3.2.1</version>
<version>3.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fb057a3

Please sign in to comment.