Skip to content

Commit d6b3f7c

Browse files
author
Robin Duda
committed
Upgrade vertx from 3.4.1 => 3.5.0 to avoid ipv6 greed by netty.
1 parent e95dd7b commit d6b3f7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.4.1</version>
60+
<version>3.5.0</version>
6161
</dependency>
6262

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

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

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

8181
<dependency>
File renamed without changes.

0 commit comments

Comments
 (0)