Skip to content

Commit 3b90e2b

Browse files
committed
Making dependency explicit and avoiding vulnerability
1 parent 3bd0fba commit 3b90e2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

biojava-structure/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
<artifactId>jaxb-runtime</artifactId>
7979
</dependency>
8080

81+
<!-- Used for json deserialization in PDBStatus -->
82+
<dependency>
83+
<groupId>com.fasterxml.jackson.core</groupId>
84+
<artifactId>jackson-databind</artifactId>
85+
<version>2.13.4.2</version>
86+
</dependency>
8187
<!-- logging dependencies (managed by parent pom, don't set versions or
8288
scopes here) -->
8389
<dependency>

0 commit comments

Comments
 (0)