From 2ef9b80de829c5767f054a469f2881756f5cd70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:08:50 +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.60 to 7.0.61 - [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.60...v7.0.61) --- 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 cc35da9..76e6acf 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ kotlin { } dependencies { - api 'io.github.lsd-consulting:lsd-core:7.0.60' + api 'io.github.lsd-consulting:lsd-core:7.0.61' implementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' implementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'