Skip to content

Commit

Permalink
U - Oppgraderer org.slf4j:jcl-over-slf4j til versjon 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Feb 7, 2024
1 parent 584427f commit 5ea9d66
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 @@ -80,7 +80,7 @@ dependencies {
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
testImplementation project(path: ':')
configurations { all*.exclude group: 'commons-logging', module: 'commons-logging' }
implementation("org.slf4j:jcl-over-slf4j:2.0.11")
implementation("org.slf4j:jcl-over-slf4j:2.0.12")

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

0 comments on commit 5ea9d66

Please sign in to comment.