Skip to main content

Version

The grpc-starter-dependencies project simplifies dependency management for gRPC and Protobuf by aligning its versions with Spring Boot. This ensures compatibility and reduces the need for manual version management.

Spring Bootgrpc-starter-dependenciesgrpc-javaprotobuf-java
3.3.xMaven Central1.68.13.25.5
3.2.xMaven Central1.62.23.25.1
3.1.xMaven Central1.59.13.25.1
2.x (>= 2.4.0)Maven Central1.59.13.25.1

To find the specific versions of grpc-java and protobuf-java used by grpc-starter-dependencies, visit the grpc-starter-dependencies page.

tip

The grpc-starter-dependencies version is kept in sync with the latest Spring Boot releases. We monitor Spring Boot updates daily and release corresponding versions to ensure compatibility.

Important Release Notes

3.3.5.2

  • Native Image Support: Support native image compilation with GraalVM for all modules.

3.3.5.1

  • Native Image Support: Support native image compilation with GraalVM for core modules (client and server).

3.3.1

3.2.0

  • Group ID Change: The groupId has been updated from com.freemanan to io.github.danielliu1123.