From 1421b0f95625729e4ec9ea88d74e2afc835f54e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 02:14:26 +0000 Subject: [PATCH] build(deps): bump kotlin-reflect from 1.5.21 to 1.5.31 Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.5.31. - [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-patch ... 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 f8052f7..d12d015 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("com.bkahlert.kommons:kommons:1.11.2") // implementation("com.bkahlert.kommons:kommons:1.12.0-SNAPSHOT") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.21") { + implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.31") { because("filepeek takes 1.3") }