Skip to content

Commit 404f24d

Browse files
committed
u - Oppgraderer slf4j fra 2.0.16 -> 2.0.17
1 parent baad09a commit 404f24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
7979
testImplementation project(path: ':')
8080
configurations { all*.exclude group: 'commons-logging', module: 'commons-logging' }
81-
implementation("org.slf4j:jcl-over-slf4j:2.0.16")
81+
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
8282

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

0 commit comments

Comments
 (0)