diff --git a/build.gradle b/build.gradle index f51e785..c5dcbb9 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { compile "io.ktor:ktor-client-jetty:$ktor_version" compile 'org.nanohttpd:nanohttpd:2.3.1' compile 'org.hibernate:hibernate-agroal:5.4.21.Final' - compile group: 'com.microsoft.azure.sdk.iot', name: 'iot-service-client', version: '1.23.0' + compile group: 'com.microsoft.azure.sdk.iot', name: 'iot-service-client', version: '1.26.0' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.11.3' compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.3' compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.12.7'