From a448b347cd588b58387cb481877e04f8e76e7380 Mon Sep 17 00:00:00 2001 From: authzedbot <86801627+authzedbot@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:17:12 +0000 Subject: [PATCH] [create-pull-request] automated change --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee617555..4e85bf14 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm com.authzed.api authzed - 0.10.0 + 0.11.0 io.grpc diff --git a/build.gradle b/build.gradle index 8c95a8b5..7014210d 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') } def grpcVersion = "1.66.0" def protocVersion = "4.28.0" -def authzedProtoCommit = "v1.35.0" +def authzedProtoCommit = "v1.37.0" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""