Skip to content

Commit

Permalink
[DISQ-148] Update htsjdk dependency version to 2.23.0 (#147)
Browse files Browse the repository at this point in the history
* Update htsjdk dependency version to 2.23.0.
* Update kryo-serializer to 0.43
* Update mockito and maven plugin versions
  • Loading branch information
heuermh authored Feb 8, 2021
1 parent fb9fca1 commit d50a385
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<java.version>1.8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<htsjdk.version>2.22.0</htsjdk.version>
<htsjdk.version>2.23.0</htsjdk.version>
<hadoop.version>3.2.1</hadoop.version>
<mockito.version>2.22.0</mockito.version>
<kryo-serializers.version>0.42</kryo-serializers.version>
<mockito.version>3.7.7</mockito.version>
<kryo-serializers.version>0.43</kryo-serializers.version>
<slf4j.version>1.7.30</slf4j.version>
<scala.version>2.12</scala.version>
<spark.version>3.0.1</spark.version>
Expand Down Expand Up @@ -171,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M2</version>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand All @@ -196,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M5</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down Expand Up @@ -237,7 +237,7 @@
<!-- Run 'mvn license:format' to add new headers. -->
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<version>4.0.rc2</version>
<configuration>
<header>LICENSE_header.txt</header>
<strictCheck>true</strictCheck>
Expand Down Expand Up @@ -265,7 +265,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand All @@ -285,7 +285,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.2.0</version>
<configuration>
<excludeFilterFile>src/build/conf/spotbugs-exclude.xml</excludeFilterFile>
<onlyAnalyze>org.disq_bio.disq.-</onlyAnalyze>
Expand Down Expand Up @@ -383,7 +383,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<excludePackageNames>org.disq_bio.disq.impl.*,htsjdk.*</excludePackageNames>
<failOnError>true</failOnError>
Expand Down Expand Up @@ -415,5 +415,4 @@
</build>
</profile>
</profiles>

</project>

0 comments on commit d50a385

Please sign in to comment.