Skip to content

Commit

Permalink
bump grpc and spring boot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadelis committed Jun 1, 2021
1 parent f07c957 commit 940282a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import io.grpc.ServerCallHandler;
import io.grpc.ServerMethodDefinition;
import io.grpc.Status;
import io.grpc.services.BinaryLogProvider;
import io.grpc.protobuf.services.BinaryLogProvider;
import io.grpc.stub.ServerCalls;
import io.grpc.util.MutableHandlerRegistry;
import javax.annotation.Nullable;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<grpc.version>1.37.0</grpc.version>
<spring-boot.version>2.4.5</spring-boot.version>
<grpc.version>1.38.0</grpc.version>
<spring-boot.version>2.5.0</spring-boot.version>
<slf4j.version>1.7.30</slf4j.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<assertj.version>3.19.0</assertj.version>
Expand Down

0 comments on commit 940282a

Please sign in to comment.