Merge pull request #36 from JitseB/dependabot/maven/api/io.netty-netty-all-4.1.42.Final

Bump netty-all from 4.1.33.Final to 4.1.42.Final in /api
This commit is contained in:
Jitse Boonstra 2019-10-29 12:54:31 +01:00 committed by GitHub
commit 5e25836310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.33.Final</version>
<version>4.1.42.Final</version>
<scope>provided</scope>
</dependency>
</dependencies>