Skip to content

Commit

Permalink
chore(deps): Bump de.siegmar:logback-gelf from 5.0.0 to 5.0.1 (#1063)
Browse files Browse the repository at this point in the history
Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/osiegmar/logback-gelf/releases)
- [Changelog](https://github.com/osiegmar/logback-gelf/blob/master/CHANGELOG.md)
- [Commits](osiegmar/logback-gelf@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: de.siegmar:logback-gelf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 793d1d9 commit 92090db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subprojects {

annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

runtimeOnly("de.siegmar:logback-gelf:5.0.0")
runtimeOnly("de.siegmar:logback-gelf:5.0.1")
runtimeOnly("io.micrometer:micrometer-registry-prometheus")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down

0 comments on commit 92090db

Please sign in to comment.