You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/10/22 05:47:32 UTC

[beam] branch master updated: Update Fastjson to 1.2.69

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

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d750c7e  Update Fastjson to 1.2.69
     new f05f3f1  Merge pull request #13159 from sjvanrossum/update-fastjson
d750c7e is described below

commit d750c7e0d8b254bf46915a9ca7b28a24caf654e0
Author: Steven van Rossum <sj...@google.com>
AuthorDate: Wed Oct 21 11:38:35 2020 +0200

    Update Fastjson to 1.2.69
---
 sdks/java/extensions/sql/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/extensions/sql/build.gradle b/sdks/java/extensions/sql/build.gradle
index fad0da4..a14175c 100644
--- a/sdks/java/extensions/sql/build.gradle
+++ b/sdks/java/extensions/sql/build.gradle
@@ -53,7 +53,7 @@ dependencies {
   compile library.java.jackson_databind
   compile library.java.joda_time
   compile library.java.vendored_calcite_1_20_0
-  compile "com.alibaba:fastjson:1.2.68"
+  compile "com.alibaba:fastjson:1.2.69"
   compile "org.codehaus.janino:janino:3.0.11"
   compile "org.codehaus.janino:commons-compiler:3.0.11"
   provided "org.checkerframework:checker-qual:3.4.1"