Skip to content

Commit

Permalink
Fix tests to use newer gRPC version
Browse files Browse the repository at this point in the history
Spring gRPC has updated the grpc core version in the snapshot.
  • Loading branch information
mhalbritter committed Jan 7, 2025
1 parent b48bad4 commit c04cbb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2024 the original author or authors.
* Copyright 2012-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -139,7 +139,7 @@ void shouldAddOsPluginForMaven() {
@Test
void shouldAddProtobufPluginForMaven() {
ProjectRequest request = createProjectRequest(SPRING_GRPC);
assertThat(mavenPom(request)).hasProperty("grpc.version", "1.63.2")
assertThat(mavenPom(request)).hasProperty("grpc.version", "1.69.0")
.hasProperty("protobuf-java.version", "3.25.5")
.containsIgnoringWhitespaces(
"""
Expand Down

0 comments on commit c04cbb1

Please sign in to comment.