From 9377eff188f4dec6a5cb23f66b24a23f1a72f95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:43:34 +0000 Subject: [PATCH] Bump dev.zacsweers.kctfork:core from 0.4.1 to 0.5.1 Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.4.1 to 0.5.1. - [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases) - [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md) - [Commits](https://github.com/zacsweers/kotlin-compile-testing/compare/0.4.1...0.5.1) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- compiler-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-plugin/build.gradle.kts b/compiler-plugin/build.gradle.kts index 6cf4e39..497d56c 100644 --- a/compiler-plugin/build.gradle.kts +++ b/compiler-plugin/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { compileOnly("com.google.auto.service:auto-service:$autoService") kapt("com.google.auto.service:auto-service:$autoService") compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.0") - testImplementation("dev.zacsweers.kctfork:core:0.4.1") + testImplementation("dev.zacsweers.kctfork:core:0.5.1") testImplementation("junit:junit:4.13.2") testImplementation("com.google.truth:truth:1.4.2") testImplementation(kotlin("reflect"))