Skip to content

Commit 8fa4529

Browse files
authored
Update Guava dependency to pickup security fixes (#178)
1 parent 52d3f7a commit 8fa4529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.guava</groupId>
8282
<artifactId>guava</artifactId>
83-
<version>19.0</version>
83+
<version>29.0-jre</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.github.spullara.mustache.java</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.jetbrains</groupId>
9292
<artifactId>annotations</artifactId>
93-
<version>17.0.0</version>
93+
<version>19.0.0</version>
9494
</dependency>
9595
</dependencies>
9696
</dependencyManagement>

0 commit comments

Comments
 (0)