From 46434f7f3bcd4b99213541b096aa4ddf8ca0b45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 02:58:51 +0000 Subject: [PATCH] fix: bump the lsd-dependencies group with 1 update Bumps the lsd-dependencies group with 1 update: [io.github.lsd-consulting:lsd-logging-library](https://github.com/lsd-consulting/lsd-logging-library). Updates `io.github.lsd-consulting:lsd-logging-library` from 1.0.7 to 1.0.8 - [Release notes](https://github.com/lsd-consulting/lsd-logging-library/releases) - [Changelog](https://github.com/lsd-consulting/lsd-logging-library/blob/main/.releaserc.yaml) - [Commits](https://github.com/lsd-consulting/lsd-logging-library/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: io.github.lsd-consulting:lsd-logging-library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lsd-dependencies ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index b1410b2..93051a1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,7 +4,7 @@ dependencies { // LSD api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.2' - implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.7' + implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.8' // Spring compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.1.5'