You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wo...@apache.org on 2022/06/17 03:59:48 UTC

[dubbo-go-hessian2] branch master updated: Bump fastjson from 1.2.76 to 1.2.83 in /test_hessian (#316)

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

wongoo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
     new ca7b2ca  Bump fastjson from 1.2.76 to 1.2.83 in /test_hessian (#316)
ca7b2ca is described below

commit ca7b2cabc106bfae66f8e08665162fee2e69c265
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 17 11:59:44 2022 +0800

    Bump fastjson from 1.2.76 to 1.2.83 in /test_hessian (#316)
    
    Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.76 to 1.2.83.
    - [Release notes](https://github.com/alibaba/fastjson/releases)
    - [Commits](https://github.com/alibaba/fastjson/compare/1.2.76...1.2.83)
    
    ---
    updated-dependencies:
    - dependency-name: com.alibaba:fastjson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 test_hessian/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_hessian/pom.xml b/test_hessian/pom.xml
index 9074471..12b2111 100644
--- a/test_hessian/pom.xml
+++ b/test_hessian/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
-            <version>1.2.76</version>
+            <version>1.2.83</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>