Bump kotlin-stdlib-jdk8 from 1.5.21 to 1.5.30

Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.5.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.5.21...v1.5.30)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1092/head
dependabot[bot] 4 years ago committed by GitHub
parent ec202aa9a7
commit 45efdb3436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ android {
dependencies {
val daggerVersion = "2.38.1"
val kotlinVersion = "1.5.21"
val kotlinVersion = "1.5.30"
val kxCoroutinesVersion = "1.5.1"
val ktorVersion = "1.6.2"
val espressoVersion = "3.4.0"

@ -34,7 +34,7 @@ application {
dependencies {
val ktorVersion = "1.6.2"
val kotlinVersion = "1.5.21"
val kotlinVersion = "1.5.30"
val logbackVersion = "1.2.5"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
@ -44,7 +44,7 @@ dependencies {
implementation("io.ktor:ktor-jackson:$ktorVersion")
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.148-kotlin-1.4.30")
implementation("io.prometheus:simpleclient:0.11.0")
implementation("io.prometheus:simpleclient_httpserver:0.11.0")
implementation("io.prometheus:simpleclient_httpserver:0.12.0")
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")

Loading…
Cancel
Save