From d73b6ab65da8192f8da4b14615661f97b964be5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 07:12:17 +0000 Subject: [PATCH] Bump kotlin-reflect from 1.5.20 to 1.6.10 Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.5.20 to 1.6.10. - [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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 05fbb2f3..2bbfd3b0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.20") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.10") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0") implementation("io.ktor:ktor-server-netty:1.6.1")