From 187f50ab8362719b6efad9a5d9e756c6b79d38c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:06:05 +0000 Subject: [PATCH] chore(deps): Bump de.siegmar:logback-gelf from 5.0.1 to 6.0.0 Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/osiegmar/logback-gelf/releases) - [Changelog](https://github.com/osiegmar/logback-gelf/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/osiegmar/logback-gelf/blob/master/UPGRADE.md) - [Commits](https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: de.siegmar:logback-gelf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 69c78209c..55f285932 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:5.0.1") + runtimeOnly("de.siegmar:logback-gelf:6.0.0") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test") {