Skip to content

Commit

Permalink
Update commons-io dependency version to 2.11.0, scala-guice to 5.0.1,…
Browse files Browse the repository at this point in the history
… mockito-core to 3.11.2.
  • Loading branch information
heuermh committed Jul 23, 2021
1 parent 7c8fb60 commit c98219c
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 @@ -333,7 +333,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
Expand Down Expand Up @@ -454,7 +454,7 @@
<dependency>
<groupId>net.razorvine</groupId>
<artifactId>pyrolite</artifactId>
<version>5.0</version>
<version>5.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -565,13 +565,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.9.0</version>
<version>3.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_${scala.version.prefix}</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
Expand Down

0 comments on commit c98219c

Please sign in to comment.