Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-java-util
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-java-util from 4.27.0 to 4.27.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed Jun 27, 2024
1 parent 20fbea7 commit ae429c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dependencies {

// protobuf
implementation group: "com.google.protobuf", name: "protobuf-java", version: '4.27.0'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '4.27.0'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '4.27.1'

//cenk is testing
implementation("io.micronaut:micronaut-http-client")
Expand Down

0 comments on commit ae429c6

Please sign in to comment.