This repository was archived by the owner on May 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
102102apply from : " $parent . projectDir /gradle/publishing.gradle"
Original file line number Diff line number Diff 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
7676apply from : " $parent . projectDir /gradle/publishing.gradle"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2424compileTestJava {
You can’t perform that action at this time.
0 commit comments