Skip to content

Commit

Permalink
fix: force guava version for security reason
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriamehregan committed Jan 30, 2024
1 parent cd72687 commit 82e4a51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
<groupId>com.github.bgalek.security.svg</groupId>
<artifactId>safe-svg</artifactId>
<version>1.1.7</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit 82e4a51

Please sign in to comment.