Skip to content

Commit 1266b8f

Browse files
committed
Update dependency io.netty:netty-bom to v4.2.3.Final
1 parent 5198ef2 commit 1266b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>io.netty</groupId>
6363
<artifactId>netty-bom</artifactId>
64-
<version>4.2.2.Final</version>
64+
<version>4.2.3.Final</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.netty</groupId>
5858
<artifactId>netty-bom</artifactId>
59-
<version>4.2.2.Final</version>
59+
<version>4.2.3.Final</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

0 commit comments

Comments
 (0)