Skip to content

Commit

Permalink
89 netty upgrade due to CVEs (#90)
Browse files Browse the repository at this point in the history
* Re #89: Upgraded to newest Netty (4.1.77.Final).
  • Loading branch information
tkowalcz authored May 18, 2022
1 parent 862af55 commit b6690dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.52.Final</version>
<version>4.1.77.Final</version>
</dependency>

<!-- For the example metric consumer -->
Expand Down

0 comments on commit b6690dc

Please sign in to comment.