Skip to content
Snippets Groups Projects
Commit c57c3e8d authored by Shrikant Garg's avatar Shrikant Garg
Browse files

Merge branch 'vuln-fix-netty-codec' into 'master'

netty codec vuln fixed

See merge request !148
parents 2ef59877 5d9e4d5d
No related branches found
No related tags found
1 merge request!148netty codec vuln fixed
Checking pipeline status
......@@ -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