From ef5d5c68c02bd31a5d5bdaad11812e8ff1be6297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:31:52 +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.63 to 7.0.64 - [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.63...v7.0.64) --- 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 58c1302..82ccc15 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ kotlin { } dependencies { - api 'io.github.lsd-consulting:lsd-core:7.0.63' + api 'io.github.lsd-consulting:lsd-core:7.0.64' implementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' implementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'