summaryrefslogtreecommitdiffstats
path: root/grpc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/pom.xml')
-rw-r--r--grpc/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/grpc/pom.xml b/grpc/pom.xml
index e73be6b3..75772860 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -47,11 +47,21 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- excluded netty-codec-http and added invulnerable version -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.42.Final</version>
+ <exclusions><exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http</artifactId>
+ </exclusion></exclusions>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http</artifactId>
+ <version>4.1.45.Final</version>
+ </dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>