File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
caching-attribute-service-client Expand file tree Collapse file tree 3 files changed +5
-9
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.15 .0" )
22+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0" )
2323}
2424
2525tasks.test {
Original file line number Diff line number Diff line change @@ -64,17 +64,13 @@ dependencies {
6464
6565 // Logging
6666 implementation(" org.slf4j:slf4j-api:1.7.30" )
67- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15 .0" )
67+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0" )
6868
6969 // GRPC
7070 runtimeOnly(" io.grpc:grpc-netty:1.42.0" )
7171 constraints {
72- runtimeOnly(" io.netty:netty-codec-http2:4.1.68.Final" ) {
73- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1089809" )
74- }
75- runtimeOnly(" io.netty:netty-handler-proxy:4.1.68.Final" ) {
76- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1089809" )
77- }
72+ runtimeOnly(" io.netty:netty-codec-http2:4.1.71.Final" )
73+ runtimeOnly(" io.netty:netty-handler-proxy:4.1.71.Final" )
7874 }
7975
8076 // Config
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.15 .0" )
26+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.16 .0" )
2727}
2828
2929tasks.test {
You can’t perform that action at this time.
0 commit comments