Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.593` | `1.12.597` |
| com.diffplug.spotless | `6.22.0` | `6.23.0` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.59.0` | `1.59.1` |
| [io.grpc:grpc-api](https://github.com/grpc/grpc-java) | `1.59.0` | `1.59.1` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.59.0` | `1.59.1` |
| org.apache.commons:commons-lang3 | `3.13.0` | `3.14.0` |
| software.amazon.awssdk:s3 | `2.21.27` | `2.21.31` |


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

Updates `com.diffplug.spotless` from 6.22.0 to 6.23.0

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

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

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

Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.14.0

Updates `software.amazon.awssdk:s3` from 2.21.27 to 2.21.31

---
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: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-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-patch
  dependency-group: root-gradle-deps
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.apache.commons:commons-lang3
  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]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 62e13b8 commit 76f7a90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies {
// This dependency is used by the application.
implementation "com.google.guava:guava:32.1.3-jre"

implementation "io.grpc:grpc-bom:1.59.0"
implementation "io.grpc:grpc-api:1.59.0"
implementation "io.grpc:grpc-bom:1.59.1"
implementation "io.grpc:grpc-api:1.59.1"

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

implementation platform("io.opentelemetry:opentelemetry-bom:1.32.0")
implementation "io.opentelemetry:opentelemetry-api"
Expand Down
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.27"
implementation "io.grpc:grpc-api:1.59.0"
implementation "io.grpc:grpc-netty-shaded:1.59.0"
implementation "software.amazon.awssdk:s3:2.21.31"
implementation "io.grpc:grpc-api:1.59.1"
implementation "io.grpc:grpc-netty-shaded:1.59.1"
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 @@ -18,7 +18,7 @@ dependencies {

implementation 'com.google.code.gson:gson:2.10.1'
implementation group: 'io.opentracing.brave', name: 'brave-opentracing', version: '1.0.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
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.3'
Expand Down
4 changes: 2 additions & 2 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

// lombok
id "io.freefair.lombok" version "8.4"
id("com.diffplug.spotless") version "6.22.0"
id("com.diffplug.spotless") version "6.23.0"

}

Expand Down 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.593')
implementation platform('com.amazonaws:aws-java-sdk-bom:1.12.597')
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 76f7a90

Please sign in to comment.