Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fe1855

Browse filesBrowse files
committed
Upgrade Guava to 32.0.1-jre
1 parent 3f43613 commit 3fe1855
Copy full SHA for 3fe1855

File tree

Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@
3535
<project.build.outputTimestamp>2023-12-14T13:10:41Z</project.build.outputTimestamp>
3636
</properties>
3737

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+
3849
<dependencies>
3950
<dependency>
4051
<groupId>org.eclipse.sisu</groupId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.