From 3786a3764c140cae01fd493f3351dcf06fb1480c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:10:08 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.0 to 1.8.10 Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v1.8.10) --- 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 c62526ea..2eb9bda7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } val dependencyVersions = listOf( - "org.jetbrains.kotlin:kotlin-reflect:1.8.0", + "org.jetbrains.kotlin:kotlin-reflect:1.8.10", "org.jetbrains.kotlin:kotlin-script-runtime:1.8.0", "org.jetbrains.kotlin:kotlin-stdlib:1.8.0", "org.jetbrains.kotlin:kotlin-stdlib-common:1.8.0",