We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6e8fa commit e3367bcCopy full SHA for e3367bc
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
* Adding support for parsing HGVS repeats.
8
* Adding support for "chr2acc" chromosome to accession mapping.
9
+* Bumping log4j version against log4shell exploit.
10
11
## v0.36
12
pom.xml
@@ -10,7 +10,7 @@
<properties>
<htsjdk.version>2.20.3</htsjdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
- <log4j.version>2.13.3</log4j.version>
+ <log4j.version>2.15.0</log4j.version>
14
15
<junit.jupiter.version>5.7.2</junit.jupiter.version>
16
<junit.platform.version>1.7.2</junit.platform.version>
0 commit comments