Skip to content

Commit

Permalink
[bugfix] Finally really fixed #257
Browse files Browse the repository at this point in the history
  • Loading branch information
meronbrouwer committed Nov 19, 2024
1 parent 3203e5a commit e054cf6
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,12 @@
<version>21.0.2</version>
<scope>test</scope>
</dependency>
<!-- This dependency is required to fix a security-issue with Google Guice 7.0, which uses an older
version of guava. Setting an explicit dependency forces Maven to use the specified version.-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<!-- This dependency is required to fix a security-issue with Google Guice 7.0 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
</dependencies>
</dependencyManagement>
</project>

0 comments on commit e054cf6

Please sign in to comment.