From 697acfcb5ead84c1d654d0e6bf2d9559f90cb3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 02:22:04 +0000 Subject: [PATCH] build(deps): bump kotlin-reflect from 1.5.21 to 1.7.0 Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.7.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.7.0) --- 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 f8052f7..c57083c 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.7.0") { because("filepeek takes 1.3") }