Skip to content

Commit

Permalink
Update scala-guice dependency version to 5.0.2, guava to 31.1-jre.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 29, 2022
1 parent 52fbacf commit 84044cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.5.4</version>
<version>8.5.8</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down Expand Up @@ -525,18 +525,18 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-jre</version>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.11.2</version>
<version>4.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_${scala.version.prefix}</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
Expand Down

0 comments on commit 84044cc

Please sign in to comment.