Skip to content

Commit

Permalink
U - Oppgraderer net.logstash.logback:logstash-logback-encoder:7.4 -> 8.0
Browse files Browse the repository at this point in the history
Automatisert oppgradering av net.logstash.logback:logstash-logback-encoder.
  • Loading branch information
dskarpas committed Aug 28, 2024
1 parent a9c59a7 commit c94dfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("com.github.wnameless.json:json-flattener:0.16.6")

// Logging
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
configurations { all*.exclude group: 'commons-logging', module: 'commons-logging' }
implementation("org.slf4j:jcl-over-slf4j:2.0.13")

Expand Down

0 comments on commit c94dfed

Please sign in to comment.