Skip to content

Commit

Permalink
Enable spring-grpc for Boot 3.5.x
Browse files Browse the repository at this point in the history
Closes gh-1734
  • Loading branch information
mhalbritter committed Feb 26, 2025
1 parent ea7556e commit fce3a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ initializr:
artifactId: spring-grpc-dependencies
versionProperty: spring-grpc.version
mappings:
- compatibilityRange: "[3.4.0,3.5.0-M1)"
- compatibilityRange: "[3.4.0,3.6.0-M1)"
version: 0.3.0
spring-modulith:
groupId: org.springframework.modulith
Expand Down Expand Up @@ -915,7 +915,7 @@ initializr:
id: spring-grpc
groupId: org.springframework.grpc
artifactId: spring-grpc-spring-boot-starter
compatibilityRange: "[3.4.0,3.5.0-M1)"
compatibilityRange: "[3.4.0,3.6.0-M1)"
description: Experimental support for gRPC, a high performance, open source universal RPC framework.
bom: spring-grpc
links:
Expand Down

0 comments on commit fce3a9c

Please sign in to comment.