From 03d24fbfe3708c347b3e37007635a59a98443ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:56:36 +0800 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin:kotlin-reflect (#45) Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.8.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scalabot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 86b98b9..bbd2449 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.apache.maven:maven-aether-provider:3.3.9") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.10") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.20") implementation("com.google.code.gson:gson:2.10.1") implementation("org.jdom:jdom2:2.0.6.1")