Skip to content

Commit

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

Bump the root-gradle-deps group with 5 updates
  • Loading branch information
humivo authored Dec 13, 2023
2 parents f5eaed8 + 5adead6 commit 7c30bf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sample-apps/jaeger-zipkin-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ application {
dependencies {
implementation "com.sparkjava:spark-core:2.9.4"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation "software.amazon.awssdk:s3:2.21.38"
implementation "io.grpc:grpc-api:1.59.1"
implementation "io.grpc:grpc-netty-shaded:1.59.1"
implementation "software.amazon.awssdk:s3:2.21.44"
implementation "io.grpc:grpc-api:1.60.0"
implementation "io.grpc:grpc-netty-shaded:1.60.0"
implementation "org.slf4j:slf4j-simple:2.0.9"

implementation project(":trace-java-client")
Expand Down
2 changes: 1 addition & 1 deletion trace-java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'io.jaegertracing', name: 'jaeger-core', version: '1.8.1'
implementation group: 'io.jaegertracing', name: 'jaeger-thrift', version: '1.8.1'
implementation group: 'io.zipkin.zipkin2', name: 'zipkin', version: '2.24.4'
implementation group: 'io.zipkin.zipkin2', name: 'zipkin', version: '2.25.0'
implementation group: 'io.zipkin.reporter2', name: 'zipkin-sender-okhttp3', version: '2.16.5'
implementation group: 'io.zipkin.brave', name: 'brave', version: '5.16.0'

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.605')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.618')
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 7c30bf6

Please sign in to comment.