From 2ca7870ffe43b90a8fc28ccfe6f6f051f4d53bd5 Mon Sep 17 00:00:00 2001
From: authzedbot <86801627+authzedbot@users.noreply.github.com>
Date: Thu, 2 Oct 2025 13:08:37 +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 66b09374..996045b2 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.4.0
+ 1.5.0
io.grpc
diff --git a/build.gradle b/build.gradle
index d3887135..bdfbed46 100644
--- a/build.gradle
+++ b/build.gradle
@@ -88,7 +88,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
def grpcVersion = "1.75.0"
def protocVersion = "4.32.0"
-def authzedProtoCommit = "v1.45.0"
+def authzedProtoCommit = "v1.45.4"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""