Skip to content

Commit

Permalink
Upgrade Guava to 32.0.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 5, 2024
1 parent dee13d6 commit becc9c4
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 @@ -34,6 +34,17 @@
<project.build.outputTimestamp>2023-12-14T13:10:41Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- overwrite due to CVE-2023-2976 in Guice transitive dependencies -->
<version>32.0.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.eclipse.sisu</groupId>
Expand Down

0 comments on commit becc9c4

Please sign in to comment.