Skip to content

Commit

Permalink
Bump the root-gradle-deps group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the root-gradle-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.605` | `1.12.618` |
| [io.grpc:grpc-api](https://github.com/grpc/grpc-java) | `1.59.1` | `1.60.0` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.59.1` | `1.60.0` |
| [io.zipkin.zipkin2:zipkin](https://github.com/openzipkin/zipkin) | `2.24.4` | `2.25.0` |
| software.amazon.awssdk:s3 | `2.21.38` | `2.21.44` |


Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.605 to 1.12.618
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/commits)

Updates `io.grpc:grpc-api` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.1...v1.60.0)

Updates `io.grpc:grpc-netty-shaded` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.1...v1.60.0)

Updates `io.zipkin.zipkin2:zipkin` from 2.24.4 to 2.25.0
- [Release notes](https://github.com/openzipkin/zipkin/releases)
- [Changelog](https://github.com/openzipkin/zipkin/blob/master/RELEASE.md)
- [Commits](openzipkin/zipkin@2.24.4...2.25.0)

Updates `software.amazon.awssdk:s3` from 2.21.38 to 2.21.44

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.zipkin.zipkin2:zipkin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 2ea227b commit 5adead6
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 5adead6

Please sign in to comment.