From 62472449ffecc201c163449eb3566ae43a24949d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 12:11:31 +0000 Subject: [PATCH] Bump kotlin-compile-testing from 1.4.2 to 1.4.6 Bumps [kotlin-compile-testing](https://github.com/tschuchortdev/kotlin-compile-testing) from 1.4.2 to 1.4.6. - [Release notes](https://github.com/tschuchortdev/kotlin-compile-testing/releases) - [Commits](https://github.com/tschuchortdev/kotlin-compile-testing/compare/1.4.2...1.4.6) --- updated-dependencies: - dependency-name: com.github.tschuchortdev:kotlin-compile-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/build.gradle b/processor/build.gradle index 5942dea..72fadf7 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -23,7 +23,7 @@ dependencies { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0" testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0" - testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2" + testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.6" testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version") testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version") }