From 2d2e0ff0b34df0fde8c2c1cffec50e63fc48e58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:18:44 +0200 Subject: [PATCH] chore(deps): Bump de.siegmar:logback-gelf from 6.0.2 to 6.1.0 (#1233) Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/osiegmar/logback-gelf/releases) - [Changelog](https://github.com/osiegmar/logback-gelf/blob/master/CHANGELOG.md) - [Commits](https://github.com/osiegmar/logback-gelf/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: de.siegmar:logback-gelf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 23dcae9c8..c164e3b0f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ subprojects { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - runtimeOnly("de.siegmar:logback-gelf:6.0.2") + runtimeOnly("de.siegmar:logback-gelf:6.1.0") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test") {