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

netty codec vuln fixed

parent 2ef59877
No related branches found
No related tags found
1 merge request!148netty codec vuln fixed
......@@ -51,8 +51,18 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>notification-core</artifactId>
<version>0.13.0-SNAPSHOT</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>
<!-- unit test dependencies -->
<dependency>
<groupId>org.powermock</groupId>
......
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