You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2022/07/06 10:21:21 UTC

[bahir-flink] 01/02: Bump fastjson to 1.2.83

This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git

commit b84e49a20d142e5425310d7e09c9f3bd1b972b80
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 6 09:58:17 2022 +0000

    Bump fastjson to 1.2.83
    
    Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.25 to 1.2.83.
    - [Release notes](https://github.com/alibaba/fastjson/releases)
    - [Commits](https://github.com/alibaba/fastjson/compare/1.2.25...1.2.83)
    
    ---
    updated-dependencies:
    - dependency-name: com.alibaba:fastjson
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 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 79f9c02..4933fea 100644
--- a/flink-connector-netty/pom.xml
+++ b/flink-connector-netty/pom.xml
@@ -35,7 +35,7 @@
       <dependency>
         <groupId>com.alibaba</groupId>
         <artifactId>fastjson</artifactId>
-        <version>1.2.25</version>
+        <version>1.2.83</version>
         <scope>test</scope>
       </dependency>
       <dependency>