Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 678ad07

Browse files
author
sowerstl
committed
Dependency Update; (DOECODE-811)
1 parent e4a46f7 commit 678ad07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<jdk.version>1.8</jdk.version>
1313
<jersey.version>2.25</jersey.version>
1414
<httpclient.version>4.5.10</httpclient.version>
15-
<jackson.version>2.9.9</jackson.version> <!-- databind on 2.9.9.3 security patch-->
15+
<jackson.version>2.10.0</jackson.version>
1616
<commons-io.version>2.6</commons-io.version>
1717
<projectName>doecodeapi</projectName>
1818
<datacite.url>https://mds.test.datacite.org/</datacite.url>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-databind</artifactId>
88-
<version>2.9.9.3</version>
88+
<version>${jackson.version}</version>
8989
<type>jar</type>
9090
</dependency>
9191
<dependency>

0 commit comments

Comments
 (0)