From 424d54df19c86be65c05ead46c697bbc8c579e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 07:43:47 +0100 Subject: [PATCH] chore(deps): Bump de.siegmar:logback-gelf from 6.1.0 to 6.1.1 (#1304) Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 6.1.0 to 6.1.1. - [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.1.0...v6.1.1) --- updated-dependencies: - dependency-name: de.siegmar:logback-gelf dependency-type: direct:production update-type: version-update:semver-patch ... 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 5dee80a29..5b1074a5e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,7 +75,7 @@ subprojects { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - runtimeOnly("de.siegmar:logback-gelf:6.1.0") + runtimeOnly("de.siegmar:logback-gelf:6.1.1") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test")