Skip to content

Commit adf4e30

Browse files
authored
Merge pull request #53 from JasonYao/main
chore(docs): Update grpc version in docs to match version used in library
2 parents 9d6aee6 + 6fd3018 commit adf4e30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
5454
<dependency>
5555
<groupId>io.grpc</groupId>
5656
<artifactId>grpc-protobuf</artifactId>
57-
<version>1.54.1</version>
57+
<version>1.55.1</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.grpc</groupId>
6161
<artifactId>grpc-stub</artifactId>
62-
<version>1.54.1</version>
62+
<version>1.55.1</version>
6363
</dependency>
6464
</dependencies>
6565
```
@@ -69,8 +69,8 @@ If you are using [Gradle] then add the following to your `build.gradle` file:
6969
```groovy
7070
dependencies {
7171
implementation "com.authzed.api:authzed:0.5.0"
72-
implementation 'io.grpc:grpc-protobuf:1.54.1'
73-
implementation 'io.grpc:grpc-stub:1.54.1'
72+
implementation 'io.grpc:grpc-protobuf:1.55.1'
73+
implementation 'io.grpc:grpc-stub:1.55.1'
7474
}
7575
```
7676

0 commit comments

Comments
 (0)