Skip to content

Commit

Permalink
Pin netty_codec to higher version to address vulnerability. (#2924)
Browse files Browse the repository at this point in the history
Pin netty-codec to higher version to address security vulnerability.
  • Loading branch information
zpinto authored Sep 18, 2024
1 parent 359b8f5 commit 5ded480
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 5ded480

Please sign in to comment.