File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ plugins {
33 kotlin(" plugin.serialization" ) version " 1.9.20"
44 id(" io.ktor.plugin" ) version " 2.3.12"
55 application
6+ id(" com.github.ben-manes.versions" ) version " 0.46.0"
67}
78
9+ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
10+
811group = " io.nais.quotesbackend"
912version = " 1.0.0"
1013
@@ -40,9 +43,8 @@ dependencies {
4043
4144 // Logging
4245 implementation(" ch.qos.logback:logback-classic:$logbackVersion " )
43- implementation(" ch.qos.logback:logback-core:$logbackVersion " )
4446 implementation(" net.logstash.logback:logstash-logback-encoder:$logstashLogbackEncoderVersion " ) {
45- exclude(group = " ch.qos.logback" ) // Exclude transitive Logback to use our defined version
47+ exclude(group = " ch.qos.logback" ) // Use defined Logback version
4648 }
4749 implementation(" io.opentelemetry.instrumentation:opentelemetry-logback-mdc-1.0:$opentelemetryVersion " )
4850
You can’t perform that action at this time.
0 commit comments