Skip to content

Commit 6f77d3b

Browse files
author
Alexander Furer
committed
ref #262
1 parent 0414f82 commit 6f77d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-spring-boot-starter-gradle-plugin/src/main/java/org/lognet/springboot/grpc/gradle/GrpcSpringBootExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public GrpcSpringBootExtension(Project project) {
1919

2020

2121
protocVersion = this.project.getObjects().property(String.class);
22-
protocVersion.set("3.19.1");
22+
protocVersion.set("3.17.3");
2323

2424

2525
}

0 commit comments

Comments
 (0)