From b93c7f04961684bf69160bc6df7ea6d4c653ed92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:26:27 +0000 Subject: [PATCH] chore(deps): bump com.github.tschuchortdev:kotlin-compile-testing Bumps [com.github.tschuchortdev:kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/tschuchortdev/kotlin-compile-testing/releases) - [Commits](https://github.com/tschuchortdev/kotlin-compile-testing/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: com.github.tschuchortdev:kotlin-compile-testing dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- java-refined-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-refined-kotlin/build.gradle.kts b/java-refined-kotlin/build.gradle.kts index da14407..12d6fd6 100644 --- a/java-refined-kotlin/build.gradle.kts +++ b/java-refined-kotlin/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { testImplementation(platform("org.junit:junit-bom:$junitVersion")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter-params") - testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.5.0") + testImplementation("com.github.tschuchortdev:kotlin-compile-testing:1.6.0") testImplementation(kotlin("test")) testImplementation(gradleTestKit()) testRuntimeOnly("org.junit.platform:junit-platform-launcher")