Skip to content

Commit 1eb8cfd

Browse files
authored
Merge pull request #149 from authzed/api-change/v1.45.4
Update API to v1.45.4
2 parents 6252c22 + 2ca7870 commit 1eb8cfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.0</version>
44+
<version>1.5.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
@@ -88,7 +88,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8888

8989
def grpcVersion = "1.75.0"
9090
def protocVersion = "4.32.0"
91-
def authzedProtoCommit = "v1.45.0"
91+
def authzedProtoCommit = "v1.45.4"
9292
def bufDir = "${buildDir}/buf"
9393
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
9494

0 commit comments

Comments
 (0)