From 1253e64bc305a4819598bf0c21b64f1acb4b058c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:29:18 +0000 Subject: [PATCH] Bump kotlin-reflect from 1.7.10 to 1.7.20 Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20) --- 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 adb014d7..954f584e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { } } implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.20") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20") implementation("io.github.microutils:kotlin-logging:3.0.0") implementation("org.slf4j:slf4j-api:2.0.3")