Skip to content

Commit

Permalink
Issue #LR-708 chore: vulnerability fix - netty jars
Browse files Browse the repository at this point in the history
  • Loading branch information
amitpriyadarshi committed Jun 19, 2024
1 parent fd1d501 commit 04c0c57
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,30 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-codec -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.68.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-codec-http -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.44.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-handler -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.46.Final</version>
</dependency>





<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-guice_${scala.major.version}</artifactId>
<version>${play2.version}</version>
Expand Down

0 comments on commit 04c0c57

Please sign in to comment.