Skip to content

Commit a567bbd

Browse files
Add Guava dependency version 32.1.1-jre
1 parent e2a1073 commit a567bbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
This is intentional for demonstration purposes. In a real application,
2525
always use the latest secure versions of dependencies. -->
2626

27+
<dependency>
28+
<groupId>com.google.guava</groupId>
29+
<artifactId>guava</artifactId>
30+
<version>32.1.1-jre</version>
31+
</dependency>
32+
2733
<dependency>
2834
<groupId>org.slf4j</groupId>
2935
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)