This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
The following commit(s) were added to refs/heads/master by this push:
new 05d5b92 Bump netty-all in /flink-connector-netty to 4.1.42.Final (#67)
05d5b92 is described below
commit 05d5b928314a12a6d6f73df8327cd28ad980e1f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 08:25:54 2019 -0700
Bump netty-all in /flink-connector-netty to 4.1.42.Final (#67)
Bumps [netty-all](https://github.com/netty/netty) from 4.1.5.Final to
4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.5.Final...netty-4.1.42.Final)
Signed-off-by: dependabot[bot] <[email protected]>
---
flink-connector-netty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-connector-netty/pom.xml b/flink-connector-netty/pom.xml
index 634b24f..76c8934 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.1.5.Final</version>
+ <version>4.1.42.Final</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>