Skip to content

Commit

Permalink
Update guice to 5.0.1
Browse files Browse the repository at this point in the history
Finally fixed 'illegal reflective access' warnings with Java 9 or later.
 google/guice#1133

Full changelog:
https://github.com/google/guice/wiki/Guice501
  • Loading branch information
mpfz0r committed Mar 4, 2021
1 parent 4bd2b30 commit 7b9d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -107,7 +107,7 @@
<grpc.version>1.29.0</grpc.version>
<guava-retrying.version>2.0.0</guava-retrying.version>
<guava.version>28.2-jre</guava.version>
<guice.version>4.2.2</guice.version>
<guice.version>5.0.1</guice.version>
<HdrHistogram.version>2.1.12</HdrHistogram.version>
<hibernate-validator.version>6.1.2.Final</hibernate-validator.version>
<hk2.version>2.6.1</hk2.version> <!-- The HK2 version should match the version being used by Jersey -->
Expand Down

0 comments on commit 7b9d965

Please sign in to comment.