Merge pull request #9 from cas-bigdatalab/dependabot/maven/piflow-bundle/io.netty-netty-all-4.1.42.Final

Bump netty-all from 4.0.42.Final to 4.1.42.Final in /piflow-bundle
This commit is contained in:
Zhihong SHEN 2019-11-07 13:18:24 +08:00 committed by GitHub
commit 2fcb0e3edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>
<version>4.0.42.Final</version> <version>4.1.42.Final</version>
</dependency> </dependency>
<dependency> <dependency>