Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
build(deps): bump com.google.protobuf:protobuf-java
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.0 to 4.27.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 7d4fab6 commit 4c6a85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api "io.contract-testing.contractcase:case_example_mock_types:${caseCoreVersion}"
api "io.contract-testing.contractcase:test-equivalence-matchers:${caseCoreVersion}"
implementation 'com.diogonunes:JColor:5.5.1'
implementation 'com.google.protobuf:protobuf-java:4.27.0'
implementation 'com.google.protobuf:protobuf-java-util:4.27.0'
implementation 'com.google.protobuf:protobuf-java:4.27.2'
implementation 'com.google.protobuf:protobuf-java-util:4.27.2'
implementation 'com.google.protobuf:protoc:4.27.1'
implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}"
implementation "io.grpc:grpc-core:${grpcVersion}"
Expand Down

0 comments on commit 4c6a85a

Please sign in to comment.