Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-netty-shaded from 1.57.2 to 1.59.0
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from 1.57.2 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.2...v1.59.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 4059ab9 commit 732153f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {

implementation "com.google.code.gson:gson:2.10.1"
implementation "org.slf4j:slf4j-simple:2.0.9"
implementation "io.grpc:grpc-netty-shaded:1.57.2"
implementation "io.grpc:grpc-netty-shaded:1.59.0"
implementation "io.github.cdimascio:java-dotenv:5.3.1"
implementation "com.google.errorprone:error_prone_core:2.21.1"
}
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"

testRuntimeOnly "org.slf4j:slf4j-simple:2.0.9"
testRuntimeOnly "io.grpc:grpc-netty-shaded:1.57.2"
testRuntimeOnly "io.grpc:grpc-netty-shaded:1.59.0"
testRuntimeOnly 'org.slf4j:slf4j-nop:2.0.9'

integrationTestRuntimeOnly 'io.grpc:grpc-netty-shaded:1.57.2'
integrationTestRuntimeOnly 'io.grpc:grpc-netty-shaded:1.59.0'
integrationTestRuntimeOnly 'org.slf4j:slf4j-nop:2.0.9'
}

Expand Down

0 comments on commit 732153f

Please sign in to comment.