From 8ba2d70b1676698d0ae86b290bed3ce895c38603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:28:28 +0000 Subject: [PATCH] build(deps): bump dev.zacsweers.kctfork:core from 0.5.0 to 0.5.1 Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.5.0 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.5.0...0.5.1) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-type: direct:production update-type: version-update:semver-patch ... 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 38e228d180..e03c92c372 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ spring-boot = "3.2.7" commons-codec = { strictly = "[1.13, 2[", prefer = "1.16.0" } # test dependencies -compile-testing = "0.5.0" +compile-testing = "0.5.1" icu = "75.1" junit = "5.10.2" logback = "1.5.6"