From e34356510f68388f5ea4b8e1453fabe5f44d9570 Mon Sep 17 00:00:00 2001 From: vroldanbet <6774726+vroldanbet@users.noreply.github.com> Date: Tue, 26 May 2026 17:12:20 +0000 Subject: [PATCH] chore: update api version --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 996045b2..db764413 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm com.authzed.api authzed - 1.5.0 + 1.6.0 io.grpc diff --git a/build.gradle b/build.gradle index e9cf2c9a..ee5fbb31 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') } def grpcVersion = "1.78.0" def protocVersion = "4.33.5" -def authzedProtoCommit = "v1.45.4" +def authzedProtoCommit = "v1.53.0" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""