From bf8a2d36ae2dd2e38de8186d7fc309c50e31a1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:16:22 +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.44 to 7.0.45 - [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.44...v7.0.45) --- 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 53b4caf..71d38c7 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ kotlin { } dependencies { - api 'io.github.lsd-consulting:lsd-core:7.0.44' + api 'io.github.lsd-consulting:lsd-core:7.0.45' implementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' implementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'