Skip to content

Commit 9f1df39

Browse files
author
Robin Duda
committed
Upgrade vertx from 3.5.1 to 3.5.4.
1 parent 70343a4 commit 9f1df39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@
5757
<dependency>
5858
<groupId>io.vertx</groupId>
5959
<artifactId>vertx-core</artifactId>
60-
<version>3.5.1</version>
60+
<version>3.5.4</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>io.vertx</groupId>
6565
<artifactId>vertx-unit</artifactId>
66-
<version>3.5.1</version>
66+
<version>3.5.4</version>
6767
</dependency>
6868

6969
<dependency>
7070
<groupId>io.vertx</groupId>
7171
<artifactId>vertx-web</artifactId>
72-
<version>3.5.1</version>
72+
<version>3.5.4</version>
7373
</dependency>
7474

7575
<dependency>
7676
<groupId>io.vertx</groupId>
7777
<artifactId>vertx-web-templ-jade</artifactId>
78-
<version>3.5.1</version>
78+
<version>3.5.4</version>
7979
</dependency>
8080

8181
<dependency>

0 commit comments

Comments
 (0)