Skip to content

Commit

Permalink
updated dependencies (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
willarmiros authored Apr 22, 2021
1 parent 57c11db commit c391f82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws-xray-recorder-sdk-apache-http/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
api(project(":aws-xray-recorder-sdk-core"))

api("org.apache.httpcomponents:httpclient:4.5.2")
api("org.apache.httpcomponents:httpclient:4.5.13")

testImplementation("com.github.tomakehurst:wiremock-jre8")
}
Expand Down
6 changes: 3 additions & 3 deletions aws-xray-recorder-sdk-aws-sdk-v2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dependencies {

implementation(project(":aws-xray-recorder-sdk-aws-sdk-core"))

api("software.amazon.awssdk:aws-core:2.2.0")
api("software.amazon.awssdk:aws-core:2.15.20")

testImplementation("org.skyscreamer:jsonassert:1.3.0")
testImplementation("software.amazon.awssdk:dynamodb:2.2.0")
testImplementation("software.amazon.awssdk:lambda:2.2.0")
testImplementation("software.amazon.awssdk:dynamodb:2.15.20")
testImplementation("software.amazon.awssdk:lambda:2.15.20")
}

description = "AWS X-Ray Recorder SDK for Java - AWS SDK V2"
4 changes: 2 additions & 2 deletions aws-xray-recorder-sdk-aws-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies {

implementation(project(":aws-xray-recorder-sdk-aws-sdk-core"))

api("com.amazonaws:aws-java-sdk-core:1.11.903")
api("com.amazonaws:aws-java-sdk-core:1.11.1000")

testImplementation("com.amazonaws:aws-java-sdk:1.11.903")
testImplementation("com.amazonaws:aws-java-sdk:1.11.1000")
testImplementation("org.powermock:powermock-reflect:2.0.2")
testImplementation("org.skyscreamer:jsonassert:1.3.0")
}
Expand Down

0 comments on commit c391f82

Please sign in to comment.