File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
// Json file reader
40
40
implementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
41
41
// Import AWS SDK v1 core for ARN parsing utilities
42
- implementation(" com.amazonaws:aws-java-sdk-core:1.12.773 " )
42
+ implementation(" com.amazonaws:aws-java-sdk-core:1.12.788 " )
43
43
// Export configuration
44
44
compileOnly(" io.opentelemetry:opentelemetry-exporter-otlp" )
45
45
// For Udp emitter
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
26
26
compileOnly(" io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api" )
27
27
compileOnly(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api" )
28
- compileOnly(" com.amazonaws:aws-java-sdk-core:1.11.0 " )
28
+ compileOnly(" com.amazonaws:aws-java-sdk-core:1.12.788 " )
29
29
compileOnly(" software.amazon.awssdk:aws-core:2.2.0" )
30
30
compileOnly(" software.amazon.awssdk:aws-json-protocol:2.2.0" )
31
31
@@ -35,7 +35,7 @@ dependencies {
35
35
testImplementation(" com.google.guava:guava" )
36
36
testImplementation(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
37
37
38
- testImplementation(" com.amazonaws:aws-java-sdk-core:1.11.0 " )
38
+ testImplementation(" com.amazonaws:aws-java-sdk-core:1.12.788 " )
39
39
testImplementation(" io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api" )
40
40
testImplementation(" org.mockito:mockito-core:5.14.2" )
41
41
testImplementation(" com.google.guava:guava" )
You can’t perform that action at this time.
0 commit comments