File tree 3 files changed +15
-0
lines changed 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 55
55
<artifactId >grpc-netty-shaded</artifactId >
56
56
<scope >runtime</scope >
57
57
</dependency >
58
+ <dependency > <!-- prevent downgrade of version in protobuf-java-util from grpc-services -->
59
+ <groupId >com.google.guava</groupId >
60
+ <artifactId >guava</artifactId >
61
+ <version >31.1-jre</version >
62
+ </dependency >
58
63
<dependency >
59
64
<groupId >junit</groupId >
60
65
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 55
55
<artifactId >grpc-netty-shaded</artifactId >
56
56
<scope >runtime</scope >
57
57
</dependency >
58
+ <dependency > <!-- prevent downgrade of version in protobuf-java-util from grpc-services -->
59
+ <groupId >com.google.guava</groupId >
60
+ <artifactId >guava</artifactId >
61
+ <version >31.1-jre</version >
62
+ </dependency >
58
63
<dependency >
59
64
<groupId >junit</groupId >
60
65
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 60
60
<artifactId >gson</artifactId >
61
61
<version >2.9.0</version > <!-- prevent downgrade via protobuf-java-util -->
62
62
</dependency >
63
+ <dependency >
64
+ <groupId >com.google.guava</groupId >
65
+ <artifactId >guava</artifactId >
66
+ <version >31.1-jre</version > <!-- prevent downgrade of version in protobuf-java-util -->
67
+ </dependency >
63
68
<dependency >
64
69
<groupId >org.apache.tomcat</groupId >
65
70
<artifactId >annotations-api</artifactId >
You can’t perform that action at this time.
0 commit comments