We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681d18e commit 8ad6dd5Copy full SHA for 8ad6dd5
build.gradle
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
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.70.0'
+ api 'com.github.iot-dsa-v2.sdk-dslink-java-v2:dslink-v2-websocket:0.70.5'
26
api 'com.squareup.okhttp3:okhttp:3.14.0'
27
api 'com.squareup.okhttp3:okhttp-urlconnection:3.8.1'
28
implementation 'commons-logging:commons-logging:+'
dslink.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dslink-java-v2-restadapter",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
"description": "Java DSA to REST adapter DSLink",
5
"main": "bin/dslink-java-v2-restadapter",
6
"configs": {
0 commit comments