[MNG-6815] - Upgrade guice 4.2.2

This commit is contained in:
Karl Heinz Marbaise 2019-12-08 19:18:55 +01:00
parent 610e623211
commit 13c80d506f
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
2 changed files with 36 additions and 32 deletions

View File

@ -104,6 +104,10 @@ under the License.
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-compat-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@ -57,7 +57,7 @@ under the License.
<plexusVersion>2.1.0</plexusVersion>
<plexusInterpolationVersion>1.25</plexusInterpolationVersion>
<plexusUtilsVersion>3.2.1</plexusUtilsVersion>
<guiceVersion>4.2.1</guiceVersion>
<guiceVersion>4.2.2</guiceVersion>
<sisuInjectVersion>0.3.4</sisuInjectVersion>
<wagonVersion>3.3.4</wagonVersion>
<jsoupVersion>1.12.1</jsoupVersion>