Skip to content

Commit

Permalink
Update dependency to logback 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Mar 16, 2024
1 parent da8a6ae commit 1c62ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Update dependency to logback 1.5.3
- Renamed shortPatternLayout to shortMessageLayout, fullPatternLayout to fullMessageLayout
[\#100](https://github.com/osiegmar/logback-gelf/issues/100)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
api("ch.qos.logback:logback-classic:1.4.14")
api("ch.qos.logback:logback-classic:1.5.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.assertj:assertj-core:3.11.1")
Expand Down

0 comments on commit 1c62ae2

Please sign in to comment.