Skip to content

Commit

Permalink
Bump the root-gradle-deps group with 4 updates (#1494)
Browse files Browse the repository at this point in the history
Bumps the root-gradle-deps group with 4 updates: [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java), [org.mockito:mockito-core](https://github.com/mockito/mockito), [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) and software.amazon.awssdk:s3.


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

Updates `org.mockito:mockito-core` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.6.0...v5.7.0)

Updates `io.opentelemetry:opentelemetry-bom` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.31.0...v1.32.0)

Updates `software.amazon.awssdk:s3` from 2.21.11 to 2.21.22

---
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: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.opentelemetry:opentelemetry-bom
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent d9e8524 commit 068f466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

implementation "io.grpc:grpc-netty-shaded:1.59.0"

implementation platform("io.opentelemetry:opentelemetry-bom:1.31.0")
implementation platform("io.opentelemetry:opentelemetry-bom:1.32.0")
implementation "io.opentelemetry:opentelemetry-api"
implementation "io.opentelemetry:opentelemetry-sdk"
implementation "io.opentelemetry:opentelemetry-exporter-otlp"
Expand Down
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.12.0"
implementation "software.amazon.awssdk:s3:2.21.11"
implementation "software.amazon.awssdk:s3:2.21.22"
implementation "io.grpc:grpc-api:1.59.0"
implementation "io.grpc:grpc-netty-shaded:1.59.0"
implementation "org.slf4j:slf4j-simple:2.0.9"
Expand Down
4 changes: 2 additions & 2 deletions 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.577')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.588')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-cloudwatch'
implementation 'com.amazonaws:aws-java-sdk-xray'
Expand All @@ -69,7 +69,7 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.7.5'

// mockito
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-core:5.7.0"

// k8s client
implementation "io.kubernetes:client-java-extended:19.0.0"
Expand Down

0 comments on commit 068f466

Please sign in to comment.