Skip to main content

Version Matrix

grpc-starter-dependencies provides dependency management for gRPC and Protobuf, so you only need to use the version of grpc-starter-dependencies aligned with Spring Boot.

Spring Bootgrpc-starter-dependenciesgrpc-javaprotobuf-java
3.3.x3.3.21.65.03.25.1
3.2.x3.2.51.62.23.25.1
3.1.x3.1.81.59.13.25.1
2.x (>= 2.4.0)2.1.61.59.13.25.1
tip

If you want to find the versions of grpc-java and protobuf-java used by grpc-starter-dependencies, you can check grpc-starter-dependencies.

Release Notes to be Noticed

  • 3.3.1

    • Removed javax.annotation:javax.annotation-api dependency.

    • How to configure gRPC to not generate javax.annotation.Generated annotation:

  • 3.2.0

    • The groupId has been changed to io.github.danielliu1123 from com.freemanan.