Bump ktorVersion from 1.4.2 to 1.5.0 (#728)

This commit is contained in:
dependabot[bot]
2021-01-27 07:11:06 -06:00
committed by GitHub
parent 64069a6e7f
commit 7caf22bd7a
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ dependencies {
val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.4.2"
val ktorVersion = "1.5.0"
val espressoVersion = "3.3.0"
androidTestImplementation("androidx.test.espresso:espresso-contrib:$espressoVersion")

View File

@@ -33,7 +33,7 @@ application {
}
dependencies {
val ktorVersion = "1.4.1"
val ktorVersion = "1.5.0"
val kotlinVersion = "1.4.21"
val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")