Skip to content

Commit

Permalink
Pin netty_codec to higher version to address vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
zpinto committed Sep 17, 2024
1 parent 350795c commit aafc79c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,11 @@
<artifactId>mockito-core</artifactId>
<version>3.12.4</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.68.Final</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit aafc79c

Please sign in to comment.