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 v3.24.4
  • Loading branch information
renovate-bot committed Nov 1, 2023
commit dc6f8bc86be20ace62ce9e88696736f620893d96
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.58.0'
def protobufVersion = '3.24.3'
def protobufVersion = '3.24.4'
def protocVersion = protobufVersion

dependencies {
Expand Down