Skip to content

Commit

Permalink
U - Oppgraderer org.slf4j:jcl-over-slf4j:2.0.13 -> 2.0.16
Browse files Browse the repository at this point in the history
Automatisert oppgradering av org.slf4j.
  • Loading branch information
MariamPervez committed Oct 2, 2024
1 parent aafaebc commit 5443242
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 @@ -43,7 +43,7 @@ dependencies {
// Logging
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")
implementation("org.slf4j:jcl-over-slf4j:2.0.16")

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

0 comments on commit 5443242

Please sign in to comment.