We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baad09a commit 404f24dCopy full SHA for 404f24d
build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
79
testImplementation project(path: ':')
80
configurations { all*.exclude group: 'commons-logging', module: 'commons-logging' }
81
- implementation("org.slf4j:jcl-over-slf4j:2.0.16")
+ implementation("org.slf4j:jcl-over-slf4j:2.0.17")
82
83
//Auth
84
implementation("no.nav.security:token-client-spring:${tokenSupportVersion}")
0 commit comments