Skip to content

Commit 245c82d

Browse files
committed
Bumping dependencies.
1 parent 5047f48 commit 245c82d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### overall
66

77
* Fixing `ANN` annotation field to have `.`/unbound cardinality.
8+
* Bumping several dependencies, including HTSJDK.
89

910
### manual
1011

jannovar-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-core</artifactId>
66-
<version>2.5.1</version>
66+
<version>[2.9.9.1,)</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.core</groupId>
7070
<artifactId>jackson-databind</artifactId>
71-
<version>2.5.1</version>
71+
<version>[2.9.9.1,)</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.projectlombok</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>Jannovar</name>
99

1010
<properties>
11-
<htsjdk.version>2.18.2</htsjdk.version>
11+
<htsjdk.version>2.20.0</htsjdk.version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<log4j.version>2.11.2</log4j.version>
1414

0 commit comments

Comments
 (0)