Skip to content

Commit

Permalink
E - Oppdaterer jcl-over-slf4 til konkret versjon
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jan 12, 2024
1 parent d4fa974 commit 6d344cb
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 @@ -74,7 +74,7 @@ dependencies {
// Logging
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
configurations { all*.exclude group: 'commons-logging', module: 'commons-logging' }
implementation group: 'org.slf4j', name: 'jcl-over-slf4j'
implementation("org.slf4j:jcl-over-slf4j:2.0.11")

//Auth
implementation("no.nav.security:token-client-spring:${tokenSupportVersion}")
Expand Down

0 comments on commit 6d344cb

Please sign in to comment.