Skip to content

Commit

Permalink
Update grpc to 1.61.1 across the project
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Feb 17, 2024
1 parent 0c3c5aa commit f2c8ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/test-grpc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>0.0.1-SNAPSHOT</version>

<properties>
<grpc.version>1.59.0</grpc.version>
<grpc.version>1.61.1</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<junit.version>5.10.1</junit.version>
<protobuf.version>3.25.3</protobuf.version>
Expand Down
2 changes: 1 addition & 1 deletion src/it/test-reactor-grpc-binary-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>0.0.1-SNAPSHOT</version>

<properties>
<grpc.version>1.59.0</grpc.version>
<grpc.version>1.61.1</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<junit.version>5.10.1</junit.version>
<protobuf.version>3.25.3</protobuf.version>
Expand Down
2 changes: 1 addition & 1 deletion src/it/test-reactor-grpc-jvm-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>0.0.1-SNAPSHOT</version>

<properties>
<grpc.version>1.59.0</grpc.version>
<grpc.version>1.61.1</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<junit.version>5.10.1</junit.version>
<protobuf.version>3.25.3</protobuf.version>
Expand Down

0 comments on commit f2c8ed2

Please sign in to comment.