Upgrade to Guice 5.1.0

This commit is contained in:
Simon DeMartini
2022-02-20 18:11:51 -08:00
parent 24614b1167
commit cf87976601

View File

@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.3</version>
<version>5.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>