We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54f287 commit fe5cd51Copy full SHA for fe5cd51
apm-sniffer/apm-sdk-plugin/grpc-1.x-plugin/pom.xml
@@ -31,15 +31,15 @@
31
32
<properties>
33
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34
- <grpc-all.version>1.6.0</grpc-all.version>
+ <grpc-all.version>1.73.0</grpc-all.version>
35
</properties>
36
37
<dependencies>
38
<!-- https://mvnrepository.com/artifact/io.grpc/grpc-all -->
39
<dependency>
40
<groupId>io.grpc</groupId>
41
<artifactId>grpc-all</artifactId>
42
- <version>1.73.0</version>
+ <version>${grpc-all.version}</version>
43
<scope>provided</scope>
44
</dependency>
45
</dependencies>
0 commit comments