Skip to content

Commit

Permalink
chore(deps): Bump de.siegmar:logback-gelf from 6.0.2 to 6.1.0 (#1233)
Browse files Browse the repository at this point in the history
Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/osiegmar/logback-gelf/releases)
- [Changelog](https://github.com/osiegmar/logback-gelf/blob/master/CHANGELOG.md)
- [Commits](osiegmar/logback-gelf@v6.0.2...v6.1.0)

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

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 Sep 6, 2024
1 parent 3faf0a4 commit 2d2e0ff
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 @@ -73,7 +73,7 @@ subprojects {

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

runtimeOnly("de.siegmar:logback-gelf:6.0.2")
runtimeOnly("de.siegmar:logback-gelf:6.1.0")
runtimeOnly("io.micrometer:micrometer-registry-prometheus")

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

0 comments on commit 2d2e0ff

Please sign in to comment.