@@ -46,9 +46,9 @@ dependencies {
46
46
implementation" io.grpc:grpc-stub:${ grpcVersion} "
47
47
implementation" io.grpc:grpc-protobuf:${ grpcVersion} "
48
48
implementation" com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
49
- implementation' org.slf4j:slf4j-api:2.0.9 '
50
- implementation" org.bouncycastle:bcprov-jdk18on:1.77 "
51
- implementation" org.bouncycastle:bcpkix-jdk18on:1.77 "
49
+ implementation" org.slf4j:slf4j-api:2.0.17 "
50
+ implementation" org.bouncycastle:bcprov-jdk18on:1.80 "
51
+ implementation" org.bouncycastle:bcpkix-jdk18on:1.80 "
52
52
53
53
implementation platform(" io.opentelemetry:opentelemetry-bom:${ openTelemetryVersion} " )
54
54
implementation" io.opentelemetry:opentelemetry-api"
@@ -66,7 +66,7 @@ dependencies {
66
66
testImplementation platform(" com.fasterxml.jackson:jackson-bom:${ jacksonVersion} " )
67
67
testImplementation' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
68
68
testImplementation" com.github.javafaker:javafaker:1.0.2"
69
- testImplementation' org.slf4j:slf4j-simple:2.0.9 '
69
+ testImplementation' org.slf4j:slf4j-simple:2.0.17 '
70
70
testImplementation" io.opentelemetry:opentelemetry-sdk"
71
71
testImplementation" io.opentelemetry:opentelemetry-sdk-testing"
72
72
testImplementation' io.opentelemetry:opentelemetry-exporter-logging:1.38.0'