File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ repositories {
2222
2323dependencies {
2424 // api 'org.iot-dsa:dslink-v2-websocket:+' //for a locally installed sdk
25- api ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.70.0 '
25+ api ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.75.2 '
2626 api ' com.squareup.okhttp3:okhttp:3.14.0'
2727 api ' com.squareup.okhttp3:okhttp-urlconnection:3.8.1'
28+ api ' org.apache.commons:commons-lang3:3.8.1'
2829 implementation ' commons-logging:commons-logging:+'
29- implementation ' org.apache.commons:commons-lang3:3.8.1'
3030 implementation ' commons-io:commons-io:2.6'
3131
3232 testImplementation ' junit:junit:+'
4949}
5050
5151wrapper {
52- gradleVersion = ' 5.6.2 '
52+ gradleVersion = ' 6.3 '
5353}
Original file line number Diff line number Diff line change 11{
22 "name" : " dslink-java-v2-restadapter" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "description" : " Java DSA to REST adapter DSLink" ,
55 "main" : " bin/dslink-java-v2-restadapter" ,
66 "configs" : {
You can’t perform that action at this time.
0 commit comments