Skip to content

Commit

Permalink
Merge pull request #46 from molgenis/bump/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dennishendriksen authored Dec 8, 2023
2 parents 8c14421 + 3e2ab3f commit a379d72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.molgenis</groupId>
<artifactId>vip-inheritance-matcher</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>

<name>vip-inheritance-matcher</name>
<description>Annotates VCF samples with mendelian violation and possible compound flags and
Expand Down Expand Up @@ -43,11 +43,11 @@

<properties>
<java.version>17</java.version>
<commons.cli.version>1.5.0</commons.cli.version>
<commons.cli.version>1.6.0</commons.cli.version>
<!-- [WARNING] Plugin validation issues were detected, see https://github.com/jacoco/jacoco/issues/1435 -->
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<samtools.htsjdk.version>4.0.1</samtools.htsjdk.version>
<vip.utils.version>1.4.1</vip.utils.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<samtools.htsjdk.version>4.0.2</samtools.htsjdk.version>
<vip.utils.version>1.4.5</vip.utils.version>
</properties>

<profiles>
Expand Down Expand Up @@ -90,6 +90,7 @@
<configuration>
<compilerArgs>
<arg>-Xlint</arg>
<arg>-Xlint:-processing</arg><!-- disable: perfectly normal for annotations to not have a processor -->
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit a379d72

Please sign in to comment.