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 e097635 Bump fastjson from 1.2.16 to 1.2.25 in /flink-connector-netty
(#69)
e097635 is described below
commit e09763596d9431f59ada0baa47378964cc863577
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 29 12:01:36 2019 -0800
Bump fastjson from 1.2.16 to 1.2.25 in /flink-connector-netty (#69)
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.16 to 1.2.25.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.16...1.2.25)
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 76c8934..5146985 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
- <version>1.2.16</version>
+ <version>1.2.25</version>
<scope>test</scope>
</dependency>
<dependency>