Skip to content

Commit c1c1653

Browse files
committed
Update Guava and Guice versions to fix test error
1 parent aa901da commit c1c1653

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
@@ -94,13 +94,13 @@
9494
<dependency>
9595
<groupId>com.google.inject</groupId>
9696
<artifactId>guice</artifactId>
97-
<version>4.2.3</version>
97+
<version>6.0.0</version>
9898
<optional>true</optional>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.google.guava</groupId>
102102
<artifactId>guava</artifactId>
103-
<version>30.1.1-jre</version>
103+
<version>33.4.8-jre</version>
104104
<optional>true</optional>
105105
</dependency>
106106
<dependency>

0 commit comments

Comments
 (0)