Skip to content

Commit

Permalink
chore(deps): Bump de.siegmar:logback-gelf from 4.0.2 to 5.0.0 (#1026)
Browse files Browse the repository at this point in the history
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](osiegmar/logback-gelf@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 09b9c72 commit 6a531d5
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: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") {
Expand Down

0 comments on commit 6a531d5

Please sign in to comment.