Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(deps): Update dependency com.google.protobuf:protobuf-java-util t…
…o v4.27.2
  • Loading branch information
cq-bot committed Jul 1, 2024
commit ba506b1162a1af9d2d3c0d249b36110ddbcadd80
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

def grpcVersion = '1.64.0'
def protobufVersion = '4.27.0'
def protobufVersion = '4.27.2'
def protocVersion = protobufVersion

dependencies {
Expand Down