File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
caching-attribute-service-client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919
2020 testImplementation(" org.mockito:mockito-core:3.8.0" )
2121 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
22- testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
22+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
2323}
2424
2525tasks.test {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464
6565 // Logging
6666 implementation(" org.slf4j:slf4j-api:1.7.30" )
67- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
67+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
6868
6969 // GRPC
7070 runtimeOnly(" io.grpc:grpc-netty:1.42.0" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 testImplementation(" org.mockito:mockito-core:3.8.0" )
2424 testImplementation(" org.mockito:mockito-junit-jupiter:3.8.0" )
2525 testImplementation(" io.grpc:grpc-core:1.42.0" )
26- testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
26+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
2727}
2828
2929tasks.test {
You can’t perform that action at this time.
0 commit comments