We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43613 commit 3fe1855Copy full SHA for 3fe1855
pom.xml
@@ -35,6 +35,17 @@
35
<project.build.outputTimestamp>2023-12-14T13:10:41Z</project.build.outputTimestamp>
36
</properties>
37
38
+ <dependencyManagement>
39
+ <dependencies>
40
+ <dependency>
41
+ <groupId>com.google.guava</groupId>
42
+ <artifactId>guava</artifactId>
43
+ <!-- overwrite due to CVE-2023-2976 in Guice transitive dependencies -->
44
+ <version>32.0.1-jre</version>
45
+ </dependency>
46
+ </dependencies>
47
+ </dependencyManagement>
48
+
49
<dependencies>
50
<dependency>
51
<groupId>org.eclipse.sisu</groupId>
0 commit comments