Skip to content

Commit

Permalink
⬆️ Bump io.grpc:grpc-netty from 1.62.2 to 1.65.0 (#258)
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.62.2 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.62.2...v1.65.0)

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

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 Jul 4, 2024
1 parent c8138ef commit 1a876e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.commonmark:commonmark-ext-autolink:0.22.0")
implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.22")
implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.22")
implementation("io.grpc:grpc-netty:1.62.2")
implementation("io.grpc:grpc-netty:1.65.0")
}

// Set the JVM language level used to build the project.
Expand Down

0 comments on commit 1a876e6

Please sign in to comment.