From 1fee831e3af2abd9ecd7236e121a1d4e1d1268a1 Mon Sep 17 00:00:00 2001
From: authzedbot <86801627+authzedbot@users.noreply.github.com>
Date: Sat, 17 Aug 2024 04:15:18 +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 cbca8ba7..ee617555 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.9.0
+ 0.10.0
io.grpc
diff --git a/build.gradle b/build.gradle
index a7d06630..e9e30829 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
def grpcVersion = "1.65.1"
def protocVersion = "3.25.3"
-def authzedProtoCommit = "v1.34.0"
+def authzedProtoCommit = "v1.35.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""