Skip to content

Commit 332f385

Browse files
committed
Polish "Upgrade Spring gRPC to 0.8.0"
See gh-1782
1 parent 1c954be commit 332f385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start-site/src/test/java/io/spring/start/site/extension/dependency/springgrpc/SpringGrpcProjectGenerationConfigurationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ void shouldAddOsPluginForMaven() {
139139
@Test
140140
void shouldAddProtobufPluginForMaven() {
141141
ProjectRequest request = createProjectRequest(SPRING_GRPC);
142-
assertThat(mavenPom(request)).hasProperty("grpc.version", "1.70.0")
143-
.hasProperty("protobuf-java.version", "3.25.6")
142+
assertThat(mavenPom(request)).hasProperty("grpc.version", "1.72.0")
143+
.hasProperty("protobuf-java.version", "4.30.2")
144144
.containsIgnoringWhitespaces(
145145
"""
146146
<plugin>

0 commit comments

Comments
 (0)