From f48ef546719e3116aec43ac49b8cb43c8769aa5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:44:27 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v1.8.22 --- semanticdb-kotlinc/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semanticdb-kotlinc/build.gradle.kts b/semanticdb-kotlinc/build.gradle.kts index 2c141de..2b1bb56 100644 --- a/semanticdb-kotlinc/build.gradle.kts +++ b/semanticdb-kotlinc/build.gradle.kts @@ -38,13 +38,13 @@ dependencies { testImplementation("io.kotest", "kotest-assertions-core", "4.6.3") testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0") testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1") - testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") { + testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.8.22") { version { strictly("1.5.0") } }.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly") testImplementation(kotlin("reflect")) - testImplementation(kotlin("script-runtime", "1.5.0")) + testImplementation(kotlin("script-runtime", "1.8.22")) snapshotsImplementation("com.sourcegraph", "lsif-java_2.13", "0.6.12") }