Bump kotlin-stdlib-jdk8 from 1.4.32 to 1.5.0

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.32 to 1.5.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot[bot] <support@github.com>
pull/892/head
dependabot[bot] 4 years ago committed by Quentin Hibon
parent ac924470b8
commit a4e9b2f874

@ -75,7 +75,7 @@ android {
dependencies { dependencies {
val daggerVersion = "2.34.1" val daggerVersion = "2.34.1"
val kotlinVersion = "1.4.32" val kotlinVersion = "1.5.0"
val kxCoroutinesVersion = "1.4.2" val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.3" val ktorVersion = "1.5.3"
val espressoVersion = "3.3.0" val espressoVersion = "3.3.0"

@ -34,7 +34,7 @@ application {
dependencies { dependencies {
val ktorVersion = "1.5.2" val ktorVersion = "1.5.2"
val kotlinVersion = "1.4.32" val kotlinVersion = "1.5.0"
val logbackVersion = "1.2.3" val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion")

Loading…
Cancel
Save