Skip to content

Commit 31510b6

Browse files
authored
Merge pull request #750 from 317787106/feature/update_protobufVersion
feat(dependency): update protobufVersion to 3.25.5
2 parents 4d90274 + cc1d4c8 commit 31510b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
maven { url 'https://jitpack.io' }
2424
}
2525

26-
def protobufVersion = "3.21.12"
26+
def protobufVersion = "3.25.5"
2727
def grpcVersion = "1.60.0"
2828

2929
sourceSets {

0 commit comments

Comments
 (0)