From f9a16f44933061562224aaff56dc51fca9a80bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rold=C3=A1n=20Betancort?= Date: Mon, 27 Jan 2025 19:31:44 +0000 Subject: [PATCH] Revert "Update API to v1.40.0" --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57443e8..b503aed 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 - v1.2.0 + v1.1.0 io.grpc diff --git a/build.gradle b/build.gradle index 48e53b3..fb030f9 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') } def grpcVersion = "1.69.0" def protocVersion = "4.29.2" -def authzedProtoCommit = "v1.40.0" +def authzedProtoCommit = "v1.38.0" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""