Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update dependency ch.qos.logback:logback-core to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 19, 2022
1 parent 8a02c06 commit 2bb60bf
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 @@ -130,7 +130,7 @@ dependencies {
// Logging with logback
implementation("net.logstash.logback:logstash-logback-encoder:7.2")
implementation("ch.qos.logback:logback-classic:1.4.5")
implementation("ch.qos.logback:logback-core:1.4.4")
implementation("ch.qos.logback:logback-core:1.4.5")
api("org.slf4j:slf4j-api:2.0.4")

// Conditional logic for logback
Expand Down

0 comments on commit 2bb60bf

Please sign in to comment.