Skip to content

Commit

Permalink
fix(security): bump commons-compress
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Jan 8, 2025
1 parent 82a0614 commit faf4d47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,18 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit faf4d47

Please sign in to comment.