Skip to content

Commit

Permalink
fix(sec:CVE-2024-29025): Allocation of Resources Without Limits or Th… (
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored May 8, 2024
1 parent 3525cf0 commit 89ff1e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>

<netty.version>4.1.108.Final</netty.version>
<testcontainers.version>1.19.3</testcontainers.version>
<oci.revision>${project.version}</oci.revision>
</properties>
Expand Down Expand Up @@ -198,6 +198,11 @@
<artifactId>spring-web</artifactId>
<version>6.1.6</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 89ff1e2

Please sign in to comment.