File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ dependencies {
5454 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
5555 testImplementation(" org.mockito:mockito-core:3.8.0" )
5656 testImplementation(" org.mockito:mockito-junit-jupiter:3.8.0" )
57- testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0" )
57+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17 .0" )
5858 testImplementation(" com.squareup.okhttp3:mockwebserver:4.9.1" )
5959}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation(" org.slf4j:slf4j-api:1.7.30" )
1616 implementation(" com.typesafe:config:1.4.1" )
1717
18- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0" )
18+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17 .0" )
1919 runtimeOnly(" io.grpc:grpc-netty:1.42.0" )
2020 constraints {
2121 runtimeOnly(" io.netty:netty-codec-http2:4.1.71.Final" ) {
You can’t perform that action at this time.
0 commit comments