From 4f5ebff268bbb7c016712a5b31d023c6db4e193a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 05:46:49 +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-formatting-library](https://github.com/lsd-consulting/lsd-formatting-library). - [Release notes](https://github.com/lsd-consulting/lsd-formatting-library/releases) - [Changelog](https://github.com/lsd-consulting/lsd-formatting-library/blob/main/.releaserc.yaml) - [Commits](https://github.com/lsd-consulting/lsd-formatting-library/compare/v4.0.14...v4.0.15) --- updated-dependencies: - dependency-name: io.github.lsd-consulting:lsd-formatting-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 2dc0ccc..dd2078e 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,7 +3,7 @@ dependencies { // LSD api 'io.github.lsd-consulting:lsd-core:7.0.4' api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.2' - implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.14' + implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.15' compileOnly 'io.github.lsd-consulting:lsd-distributed-mongodb-connector:5.0.8' compileOnly 'io.github.lsd-consulting:lsd-distributed-postgres-connector:1.0.13' compileOnly 'io.github.lsd-consulting:lsd-distributed-http-connector:3.0.9'