Skip to content
Snippets Groups Projects
Commit 276adcad authored by Gokul Nagare's avatar Gokul Nagare Committed by Shrikant Garg
Browse files

netty codec vuln fix

parent 2d6c3128
No related branches found
No related tags found
1 merge request!141netty codec vuln fix
......@@ -32,8 +32,18 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>0.13.0-rc6</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.68.Final</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment