Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<!-- Guice 5.1.0 drags in Guava 30.1-jre, which CVE-2023-2976 and
CVE-2020-8908 cover. Nothing here uses Guava; the pin only keeps
the flagged version off the test classpath. -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.7.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down
Loading