Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion awsagentprovider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// YAML file reader
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1")
// Import AWS SDK v1 core for ARN parsing utilities
implementation("com.amazonaws:aws-java-sdk-core:1.12.773")
implementation("com.amazonaws:aws-java-sdk-core:1.12.792")
// Export configuration
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
// For Udp emitter
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/aws-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api")
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
compileOnly("com.amazonaws:aws-java-sdk-core:1.11.0")
compileOnly("com.amazonaws:aws-java-sdk-core:1.12.792")
compileOnly("software.amazon.awssdk:aws-core:2.2.0")
compileOnly("software.amazon.awssdk:aws-json-protocol:2.2.0")
compileOnly("net.bytebuddy:byte-buddy")
Expand Down
Loading