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:19:05 UTC

[bahir-flink] branch master updated: Bump fastjson from 1.2.25 to 1.2.83 in /flink-connector-netty

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


The following commit(s) were added to refs/heads/master by this push:
     new bc8a562  Bump fastjson from 1.2.25 to 1.2.83 in /flink-connector-netty
bc8a562 is described below

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

    Bump fastjson from 1.2.25 to 1.2.83 in /flink-connector-netty
    
    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>