Skip to content

Commit

Permalink
Merge pull request #1411 from aws-observability/dependabot/gradle/roo…
Browse files Browse the repository at this point in the history
…t-gradle-deps-eb57c2903a

Bump the root-gradle-deps group with 2 updates
  • Loading branch information
rapphil authored Sep 25, 2023
2 parents 47d854b + 565a510 commit df07024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-apps/jaeger-zipkin-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ application {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.squareup.okhttp3:okhttp:4.11.0"
implementation "software.amazon.awssdk:s3:2.20.145"
implementation "software.amazon.awssdk:s3:2.20.150"
implementation "io.grpc:grpc-api:1.58.0"
implementation "io.grpc:grpc-netty-shaded:1.58.0"
implementation "org.slf4j:slf4j-simple:2.0.9"
Expand Down
2 changes: 1 addition & 1 deletion validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// aws sdk
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.548')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.553')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand Down

0 comments on commit df07024

Please sign in to comment.