From 6a531d50adbae753e905008c3850ca172c065930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:45:05 +0200 Subject: [PATCH] chore(deps): Bump de.siegmar:logback-gelf from 4.0.2 to 5.0.0 (#1026) Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 4.0.2 to 5.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/v4.0.2...v5.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] 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 2b0248a7c..8b9d1a3f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ subprojects { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - runtimeOnly("de.siegmar:logback-gelf:4.0.2") + runtimeOnly("de.siegmar:logback-gelf:5.0.0") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test") {