Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.30 (#760)

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.21 to 1.4.30.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.30)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/779/head
dependabot[bot] 5 years ago committed by GitHub
parent 7fb3489ca8
commit 1f08d2f71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ android {
dependencies { dependencies {
val daggerVersion = "2.31.2" val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21" val kotlinVersion = "1.4.30"
val kxCoroutinesVersion = "1.4.2" val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.1" val ktorVersion = "1.5.1"
val espressoVersion = "3.3.0" val espressoVersion = "3.3.0"

@ -34,7 +34,7 @@ application {
dependencies { dependencies {
val ktorVersion = "1.5.1" val ktorVersion = "1.5.1"
val kotlinVersion = "1.4.21" val kotlinVersion = "1.4.30"
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