76: Update dependencies r=msfjarvis a=msfjarvis

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2020-11-11 14:22:36 +00:00 committed by GitHub
commit 7b4e8a8f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ buildscript {
}
plugins {
id("com.github.ben-manes.versions") version "0.34.0"
id("com.github.ben-manes.versions") version "0.36.0"
`lobsters-plugin`
}

View file

@ -19,7 +19,7 @@ object Dependencies {
object Ktor {
private const val version = "1.4.0"
private const val version = "1.4.1"
const val clientCore = "io.ktor:ktor-client-core:$version"
const val clientJson = "io.ktor:ktor-client-json:$version"
const val clientSerialization = "io.ktor:ktor-client-serialization:$version"