File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
caching-attribute-service-client Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 SNYK-JAVA-IONETTY-1042268:
66 - '*':
77 reason: No replacement available
8- expires: 2021-12 -31T00:00:00.000Z
8+ expires: 2022-03 -31T00:00:00.000Z
99patch: {}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ protobuf {
1919 }
2020 plugins {
2121 id(" grpc_java" ) {
22- artifact = " io.grpc:protoc-gen-grpc-java:1.43.1 "
22+ artifact = " io.grpc:protoc-gen-grpc-java:1.44.0 "
2323 }
2424
2525 if (generateLocalGoGrpcFiles) {
@@ -57,7 +57,7 @@ sourceSets {
5757}
5858
5959dependencies {
60- api(platform(" io.grpc:grpc-bom:1.43.1 " ))
60+ api(platform(" io.grpc:grpc-bom:1.44.0 " ))
6161 api(" io.grpc:grpc-stub" )
6262 api(" io.grpc:grpc-protobuf" )
6363
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ dependencies {
1414 implementation(" com.fasterxml.jackson.core:jackson-databind:2.13.1" )
1515 implementation(" com.typesafe:config:1.4.1" )
1616 implementation(" org.slf4j:slf4j-api:1.7.32" )
17- implementation(" com.google.protobuf:protobuf-java-util:3.15.6 " )
17+ implementation(" com.google.protobuf:protobuf-java-util:3.19.2 " )
1818 implementation(" com.google.guava:guava:31.0.1-jre" )
1919
2020 testImplementation(" org.mockito:mockito-core:4.2.0" )
2121 testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
22- testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.0 " )
22+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.1 " )
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.32" )
67- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.0 " )
67+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.1 " )
6868 runtimeOnly(" io.grpc:grpc-netty" )
6969
7070 // Config
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 testImplementation(" org.mockito:mockito-core:4.2.0" )
2424 testImplementation(" org.mockito:mockito-junit-jupiter:4.2.0" )
2525 testImplementation(" io.grpc:grpc-core" )
26- testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.0 " )
26+ testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.1 " )
2727}
2828
2929tasks.test {
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ version: 0.1.0
2424dependencies :
2525 - name : config-bootstrapper
2626 repository : " https://storage.googleapis.com/hypertrace-helm-charts"
27- version : 0.2.22
27+ version : 0.2.25
You can’t perform that action at this time.
0 commit comments