Skip to content

Commit 728de31

Browse files
committed
moves to a new version of the API with java_multiple_files=true
1 parent d2a0e6c commit 728de31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ java {
7878
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
7979

8080
def grpcVersion = "1.63.0"
81-
def protocVersion = "3.17.3"
82-
def authzedProtoCommit = "v1.30.0"
81+
def protocVersion = "3.25.3"
82+
def authzedProtoCommit = "db4a5c7460f1926142f9c3627077a5798959d1e5"
8383
def bufDir = "${buildDir}/buf"
8484
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
8585

0 commit comments

Comments
 (0)