build: update Ktor and gradle-versions-plugin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-11 19:51:44 +05:30
parent 3cb1c4b027
commit 587f40f79f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
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"