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.1 to 4.28.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent b6468bf commit 0de9c16
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.1'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '4.28.2'

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

0 comments on commit 0de9c16

Please sign in to comment.