File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
### overall
6
6
7
7
* Fixing ` ANN ` annotation field to have ` . ` /unbound cardinality.
8
+ * Bumping several dependencies, including HTSJDK.
8
9
9
10
### manual
10
11
Original file line number Diff line number Diff line change 63
63
<dependency >
64
64
<groupId >com.fasterxml.jackson.core</groupId >
65
65
<artifactId >jackson-core</artifactId >
66
- <version >2.5.1 </version >
66
+ <version >[2.9.9.1,) </version >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >com.fasterxml.jackson.core</groupId >
70
70
<artifactId >jackson-databind</artifactId >
71
- <version >2.5.1 </version >
71
+ <version >[2.9.9.1,) </version >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 8
8
<name >Jannovar</name >
9
9
10
10
<properties >
11
- <htsjdk .version>2.18.2 </htsjdk .version>
11
+ <htsjdk .version>2.20.0 </htsjdk .version>
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<log4j .version>2.11.2</log4j .version>
14
14
You can’t perform that action at this time.
0 commit comments