Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Upgrade guice 4.2.2 -> 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed May 21, 2021
1 parent aba3051 commit 5aa6e54
Showing 1 changed file with 5 additions and 32 deletions.
37 changes: 5 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<logback.version>1.2.3</logback.version>
<jackson.version>2.12.3</jackson.version>
<semantic-metrics.version>1.1.8</semantic-metrics.version>
<guava.version>29.0-jre</guava.version>
<guava.version>30.1.1-jre</guava.version>
<junit.testkit.version>1.7.1</junit.testkit.version>
<slf4j.version>1.7.30</slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
Expand All @@ -71,17 +71,12 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>2.7.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<version>4.2.2</version>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
Expand All @@ -97,28 +92,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down Expand Up @@ -153,12 +126,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.0.2</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>com.spotify.metrics</groupId>
Expand Down

0 comments on commit 5aa6e54

Please sign in to comment.