From d1fa239dc75b0386071e841a504be4dfa21222ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:13:26 +0000 Subject: [PATCH] chore(deps): Bump de.siegmar:logback-gelf from 6.0.1 to 6.0.2 Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 6.0.1 to 6.0.2. - [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.1...v6.0.2) --- updated-dependencies: - dependency-name: de.siegmar:logback-gelf dependency-type: direct:production update-type: version-update:semver-patch ... 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 83044022ce..7f8a3cfa24 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.1") + runtimeOnly("de.siegmar:logback-gelf:6.0.2") runtimeOnly("io.micrometer:micrometer-registry-prometheus") testImplementation("org.springframework.boot:spring-boot-starter-test") {