File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
22
22
23
23
dependencies {
24
24
// 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.69 .0'
25
+ api ' com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.70 .0'
26
26
api ' com.squareup.okhttp3:okhttp:3.14.0'
27
27
api ' com.squareup.okhttp3:okhttp-urlconnection:3.8.1'
28
28
implementation ' commons-logging:commons-logging:+'
49
49
}
50
50
51
51
wrapper {
52
- gradleVersion = ' 5.6'
52
+ gradleVersion = ' 5.6.2 '
53
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dslink-java-v2-restadapter" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " Java DSA to REST adapter DSLink" ,
5
5
"main" : " bin/dslink-java-v2-restadapter" ,
6
6
"configs" : {
You can’t perform that action at this time.
0 commit comments