Skip to content

Commit

Permalink
Bump io.grpc:grpc-testing from 1.55.1 to 1.65.1
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-testing](https://github.com/grpc/grpc-java) from 1.55.1 to 1.65.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.55.1...v1.65.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent 50a4532 commit 4b5c1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulyp-agent-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation group: 'io.grpc', name: 'grpc-stub', version: '1.27.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.11.0'

testImplementation group: 'io.grpc', name: 'grpc-testing', version: '1.55.1'
testImplementation group: 'io.grpc', name: 'grpc-testing', version: '1.65.1'
}

protobuf {
Expand Down

0 comments on commit 4b5c1f6

Please sign in to comment.