Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed May 2, 2020
2 parents 7de41a8 + 580ce06 commit eb52996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation"com.squareup.okhttp3:okhttp:4.2.0"
implementation 'com.microsoft.azure:azure-documentdb:2.4.7'
compile group: 'com.microsoft.azure.sdk.iot', name: 'iot-service-client', version: '1.21.1'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.10.3'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.11.0'
compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.2'
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '8.3.0.jre14-preview'
compile group: 'com.microsoft.azure', name: 'azure-cosmosdb', version: '2.6.7'
Expand All @@ -71,7 +71,7 @@ dependencies {
compile "io.ktor:ktor-server-netty:$ktor_version"
compile "io.ktor:ktor-websockets:$ktor_version"
testCompile "io.ktor:ktor-server-test-host:$ktor_version"
implementation("com.squareup.okhttp3:okhttp:4.5.0")
implementation("com.squareup.okhttp3:okhttp:4.6.0")
compile "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.+"


Expand Down

0 comments on commit eb52996

Please sign in to comment.