Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit b29790a

Browse files
Bump fastjson from 1.2.71 to 1.2.73
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.71 to 1.2.73. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](alibaba/fastjson@1.2.71...1.2.73) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f9246aa commit b29790a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

restless/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
testImplementation sourceSets.java8compat.output.classesDirs
9797
testImplementation sourceSets.java11compat.output.classesDirs
9898
testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.5.0'
99-
testImplementation 'com.alibaba:fastjson:1.2.71'
99+
testImplementation 'com.alibaba:fastjson:1.2.73'
100100
}
101101

102102
apply from: "$parent.projectDir/gradle/publishing.gradle"

uniform/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@ dependencies {
5555
}
5656

5757
// json adapter dependencies
58-
java8compatCompileOnly 'com.alibaba:fastjson:1.2.71'
58+
java8compatCompileOnly 'com.alibaba:fastjson:1.2.73'
5959
java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
6060
java8compatCompileOnly 'org.json:json:20200518'
6161

6262
implementation 'com.google.flogger:flogger:0.5.1'
6363
java8compatImplementation 'com.google.flogger:flogger:0.5.1'
6464
java11compatImplementation 'com.google.flogger:flogger:0.5.1'
6565

66-
java8compatCompileOnly 'com.alibaba:fastjson:1.2.71'
66+
java8compatCompileOnly 'com.alibaba:fastjson:1.2.73'
6767
java8compatCompileOnly 'com.fasterxml.jackson.core:jackson-databind:2.11.2'
6868
java8compatCompileOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.2'
6969
java8compatCompileOnly 'org.json:json:20200518'
7070

7171
testImplementation sourceSets.java8compat.output.classesDirs
7272
testImplementation sourceSets.java11compat.output.classesDirs
73-
testImplementation 'com.alibaba:fastjson:1.2.70'
73+
testImplementation 'com.alibaba:fastjson:1.2.73'
7474
}
7575

7676
apply from: "$parent.projectDir/gradle/publishing.gradle"

upd8r/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api project(":common-util:common-util")
1515
}
1616

17-
implementation 'com.alibaba:fastjson:1.2.71'
17+
implementation 'com.alibaba:fastjson:1.2.73'
1818
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
1919
}
2020

varbind/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api project(':common-util:spellbind')
1919
}
2020

21-
testImplementation 'com.alibaba:fastjson:1.2.71'
21+
testImplementation 'com.alibaba:fastjson:1.2.73'
2222
}
2323

2424
compileTestJava {

0 commit comments

Comments
 (0)