From 050c414c497d909ba663746e76a77588855eff04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2020 22:21:57 +0000 Subject: [PATCH] Bump fastjson from 1.2.71 to 1.2.72 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.71 to 1.2.72. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.71...1.2.72) Signed-off-by: dependabot-preview[bot] --- restless/build.gradle | 2 +- uniform/build.gradle | 6 +++--- upd8r/build.gradle | 2 +- varbind/build.gradle | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/restless/build.gradle b/restless/build.gradle index a684879e..0a25a77b 100644 --- a/restless/build.gradle +++ b/restless/build.gradle @@ -75,7 +75,7 @@ dependencies { testRuntimeOnly project(':listnr') testRuntimeOnly project(':dreadpool') testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.5.0' - testImplementation 'com.alibaba:fastjson:1.2.71' + testImplementation 'com.alibaba:fastjson:1.2.72' } apply from: "$rootDir/gradle/publishing.gradle" diff --git a/uniform/build.gradle b/uniform/build.gradle index b36e57b8..fabaaa75 100644 --- a/uniform/build.gradle +++ b/uniform/build.gradle @@ -49,7 +49,7 @@ dependencies { java11compatCompileOnly project(':uniform') // json adapter dependencies - java8compatCompileOnly 'com.alibaba:fastjson:1.2.71' + java8compatCompileOnly 'com.alibaba:fastjson:1.2.72' java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.0' java8compatCompileOnly 'org.json:json:20200518' @@ -57,13 +57,13 @@ dependencies { java8compatImplementation 'com.google.flogger:flogger:0.5.1' java11compatImplementation 'com.google.flogger:flogger:0.5.1' - java8compatCompileOnly 'com.alibaba:fastjson:1.2.71' + java8compatCompileOnly 'com.alibaba:fastjson:1.2.72' java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.0' java8compatCompileOnly 'org.json:json:20200518' testImplementation sourceSets.java8compat.output.classesDirs testImplementation sourceSets.java11compat.output.classesDirs - testImplementation 'com.alibaba:fastjson:1.2.70' + testImplementation 'com.alibaba:fastjson:1.2.72' } apply from: "$rootDir/gradle/publishing.gradle" diff --git a/upd8r/build.gradle b/upd8r/build.gradle index 6b44a2e7..d263c4ab 100644 --- a/upd8r/build.gradle +++ b/upd8r/build.gradle @@ -10,7 +10,7 @@ ext { dependencies { api project(":common-util") - implementation 'com.alibaba:fastjson:1.2.71' + implementation 'com.alibaba:fastjson:1.2.72' implementation 'com.squareup.okhttp3:okhttp:4.7.2' } diff --git a/varbind/build.gradle b/varbind/build.gradle index 4725b6f0..0eff9e36 100644 --- a/varbind/build.gradle +++ b/varbind/build.gradle @@ -12,7 +12,7 @@ dependencies { api project(':mutatio') api project(':spellbind') - testImplementation 'com.alibaba:fastjson:1.2.71' + testImplementation 'com.alibaba:fastjson:1.2.72' } compileTestJava {