From fc9566e03d46600c9969d7d80736f8d39bffa1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:13:29 +0000 Subject: [PATCH] fix: Bump io.github.lsd-consulting:lsd-core Bumps the runtime-dependencies group with 1 update: [io.github.lsd-consulting:lsd-core](https://github.com/lsd-consulting/lsd-core). Updates `io.github.lsd-consulting:lsd-core` from 7.0.51 to 7.0.52 - [Release notes](https://github.com/lsd-consulting/lsd-core/releases) - [Changelog](https://github.com/lsd-consulting/lsd-core/blob/main/.releaserc.yaml) - [Commits](https://github.com/lsd-consulting/lsd-core/compare/v7.0.51...v7.0.52) --- updated-dependencies: - dependency-name: io.github.lsd-consulting:lsd-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63d2460..29569e8 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ kotlin { } dependencies { - api 'io.github.lsd-consulting:lsd-core:7.0.51' + api 'io.github.lsd-consulting:lsd-core:7.0.52' implementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' implementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'