Skip to content

Commit

Permalink
Merge pull request #154 from feuyeux/dependabot/maven/hello-grpc-java…
Browse files Browse the repository at this point in the history
…/grpc.version-1.65.1

Bump grpc.version from 1.65.0 to 1.65.1 in /hello-grpc-java
  • Loading branch information
feuyeux authored Jul 26, 2024
2 parents fff4839 + 31c0cea commit 87c5d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<jdk.version>21</jdk.version>
<!-- https://mvnrepository.com/artifact/io.grpc/grpc-protobuf -->
<grpc.version>1.65.0</grpc.version>
<grpc.version>1.65.1</grpc.version>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<protoc.version>3.24.3</protoc.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down

0 comments on commit 87c5d55

Please sign in to comment.