File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
explorer-device-broadcast Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ dependencies {
152
152
}
153
153
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
154
154
implementation ' com.squareup.retrofit2:retrofit:2.0.2'
155
- implementation ' com.alibaba:fastjson:1.2.73 '
155
+ implementation ' com.alibaba:fastjson:2.0.31 '
156
156
}
157
157
158
158
signing {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
testImplementation ' junit:junit:4.13'
40
40
api ' com.tencent.liteav:LiteAVSDK_TRTC:11.1.0.13141'
41
41
api ' com.squareup.picasso:picasso:2.71828'
42
- api ' com.alibaba:fastjson:1.2.73 '
42
+ api ' com.alibaba:fastjson:2.0.31 '
43
43
}
44
44
45
45
task androidJavadocs (type : Javadoc ) {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation project(' :explorer:explorer-device-android' )
42
42
}
43
43
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
44
- api ' com.alibaba:fastjson:1.2.73 '
44
+ api ' com.alibaba:fastjson:2.0.31 '
45
45
}
46
46
47
47
task androidJavadocs (type : Javadoc ) {
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ javadoc {
132
132
133
133
dependencies {
134
134
implementation ' net.iharder:base64:2.3.9'
135
- implementation ' com.google.code.gson:gson:2.8.5 '
135
+ implementation ' com.google.code.gson:gson:2.11.0 '
136
136
if (findProject(' :hub:hub-device-java' ) != null ) {
137
137
api project(path : ' :hub:hub-device-java' )
138
138
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
testImplementation ' junit:junit:4.13'
40
40
api ' com.tencent.liteav:LiteAVSDK_TRTC:11.1.0.13141'
41
41
api ' com.squareup.picasso:picasso:2.71828'
42
- api ' com.alibaba:fastjson:1.2.73 '
42
+ api ' com.alibaba:fastjson:2.0.31 '
43
43
api project(' :explorer:explorer-media-common' )
44
44
// xxxapi project(':explorer:explorer//xxx-media-common')
45
45
}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
testImplementation ' junit:junit:4.+'
55
55
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
56
56
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
57
- implementation ' com.alibaba:fastjson:1.2.73 '
57
+ implementation ' com.alibaba:fastjson:2.0.31 '
58
58
api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
59
59
api ' com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.35'
60
60
api ' com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.14'
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ dependencies {
144
144
api ' org.slf4j:slf4j-api:1.7.36'
145
145
api " org.eclipse.paho:org.eclipse.paho.client.mqttv3:${ rootProject.ext.mqttJavaSdkVer} "
146
146
api " com.squareup.okhttp3:okhttp:3.12.2"
147
- api ' org.json:json:20190722 '
147
+ api ' org.json:json:20240303 '
148
148
api ' org.bouncycastle:bcprov-jdk15on:1.57'
149
149
api ' org.bouncycastle:bcpkix-jdk15on:1.57'
150
150
// WebSocket
You can’t perform that action at this time.
0 commit comments