Skip to content

Commit e343565

Browse files
vroldanbetgithub-actions[bot]
authored andcommitted
chore: update api version
1 parent 960b543 commit e343565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
4141
<dependency>
4242
<groupId>com.authzed.api</groupId>
4343
<artifactId>authzed</artifactId>
44-
<version>1.5.0</version>
44+
<version>1.6.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.grpc</groupId>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
9090

9191
def grpcVersion = "1.78.0"
9292
def protocVersion = "4.33.5"
93-
def authzedProtoCommit = "v1.45.4"
93+
def authzedProtoCommit = "v1.53.0"
9494
def bufDir = "${buildDir}/buf"
9595
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
9696

0 commit comments

Comments
 (0)