Skip to content

Commit

Permalink
Upgrade vertx from 3.5.1 to 3.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Oct 28, 2018
1 parent 70343a4 commit 9f1df39
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 @@ -57,25 +57,25 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.5.1</version>
<version>3.5.4</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<version>3.5.1</version>
<version>3.5.4</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>3.5.1</version>
<version>3.5.4</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-templ-jade</artifactId>
<version>3.5.1</version>
<version>3.5.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9f1df39

Please sign in to comment.