From 694853994834c0262dd6bf6238f01d7aa1e60bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:19:01 +0000 Subject: [PATCH] build(deps): bump dev.zacsweers.kctfork:core from 0.5.1 to 0.7.1 Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.5.1 to 0.7.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.5.1...0.7.1) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a20b846612..f305131594 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ spring-boot = "3.2.7" commons-codec = { strictly = "[1.13, 2[", prefer = "1.16.0" } # test dependencies -compile-testing = "0.5.1" +compile-testing = "0.7.1" icu = "75.1" junit = "5.10.2" junit-platform = "1.10.1"