From 45efdb343655c99ea8c6c6941ce040e6aa989a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 06:16:14 +0000 Subject: [PATCH] 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] --- uhabits-android/build.gradle.kts | 2 +- uhabits-server/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 65e4c1507..8e507e5f3 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -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" diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 19a8be386..addb74a6e 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -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")