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 {
3939 // Json file reader
4040 implementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
4141 // 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 " )
4343 // Export configuration
4444 compileOnly(" io.opentelemetry:opentelemetry-exporter-otlp" )
4545 // For Udp emitter
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
2626 compileOnly(" io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api" )
2727 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 " )
2929 compileOnly(" software.amazon.awssdk:aws-core:2.2.0" )
3030 compileOnly(" software.amazon.awssdk:aws-json-protocol:2.2.0" )
3131
@@ -35,7 +35,7 @@ dependencies {
3535 testImplementation(" com.google.guava:guava" )
3636 testImplementation(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
3737
38- testImplementation(" com.amazonaws:aws-java-sdk-core:1.11.0 " )
38+ testImplementation(" com.amazonaws:aws-java-sdk-core:1.12.788 " )
3939 testImplementation(" io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api" )
4040 testImplementation(" org.mockito:mockito-core:5.14.2" )
4141 testImplementation(" com.google.guava:guava" )
You can’t perform that action at this time.
0 commit comments