Skip to content

Commit

Permalink
Upgrade to gRPC 1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 1, 2023
1 parent 62ece31 commit d797810
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<artifact name="${io.grpc:grpc-core}" />
<artifact name="${io.grpc:grpc-protobuf-lite}" />
<artifact name="${io.grpc:grpc-stub}" />
<artifact name="${io.grpc:grpc-util}" />
</resources>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<properties>
<!-- Dependency versions -->
<version.arquillian.junit>1.7.1.Final</version.arquillian.junit>
<version.grpc>1.57.2</version.grpc>
<version.grpc>1.59.0</version.grpc>
<version.javax.annotation>1.3.2</version.javax.annotation>
<version.perfmark>0.26.0</version.perfmark>
<version.protobuf>4.0.0-rc-2</version.protobuf>
Expand Down
4 changes: 4 additions & 0 deletions subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-util</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down

0 comments on commit d797810

Please sign in to comment.