Skip to content

Commit 0601d3a

Browse files
Update versions to latest picked up by dependabot.
1 parent 1036f96 commit 0601d3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
5656
<dependency>
5757
<groupId>io.grpc</groupId>
5858
<artifactId>grpc-api</artifactId>
59-
<version>1.71.0</version>
59+
<version>1.72.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.grpc</groupId>
6363
<artifactId>grpc-stub</artifactId>
64-
<version>1.71.0</version>
64+
<version>1.72.0</version>
6565
</dependency>
6666
</dependencies>
6767
```
@@ -71,8 +71,8 @@ If you are using [Gradle] then add the following to your `build.gradle` file:
7171
```groovy
7272
dependencies {
7373
implementation "com.authzed.api:authzed:v1.0.0"
74-
implementation 'io.grpc:grpc-api:1.71.0'
75-
implementation 'io.grpc:grpc-stub:1.71.0'
74+
implementation 'io.grpc:grpc-api:1.72.0'
75+
implementation 'io.grpc:grpc-stub:1.72.0'
7676
}
7777
```
7878

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tasks.sourcesJar {
8383
// All it does is complain about generated code.
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

86-
def grpcVersion = "1.71.0"
86+
def grpcVersion = "1.72.0"
8787
def protocVersion = "4.30.2"
8888
def authzedProtoCommit = "v1.41.0"
8989
def bufDir = "${buildDir}/buf"

0 commit comments

Comments
 (0)