Skip to content

Commit

Permalink
JCLOUDS-1586: Upgrade to Guice 5.0.1
Browse files Browse the repository at this point in the history
Guice 4.2.3 makes illegal reflective accesses that Java 17 does not
allow.  References google/guice#1133.  Release notes:

https://github.com/google/guice/wiki/Guice501
  • Loading branch information
gaul committed Oct 31, 2021
1 parent e8e7868 commit 23d5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/pom.xml
Expand Up @@ -223,7 +223,7 @@
<!-- General dependency versions -->
<gson.version>2.8.5</gson.version>
<guava.version>27.1-jre</guava.version>
<guice.version>4.2.3</guice.version>
<guice.version>5.0.1</guice.version>

<okhttp.version>3.14.9</okhttp.version>
<auto-factory.version>0.1-beta1</auto-factory.version>
Expand Down

0 comments on commit 23d5682

Please sign in to comment.