diff --git a/README.md b/README.md
index 64a943e6..83337646 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
- 1.3.0
+ 1.4.0
io.grpc
diff --git a/build.gradle b/build.gradle
index 6614de1a..6576d109 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
def grpcVersion = "1.73.0"
def protocVersion = "4.31.1"
-def authzedProtoCommit = "v1.41.0"
+def authzedProtoCommit = "v1.45.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""