Skip to content

Commit 7b23a4c

Browse files
authored
Merge pull request #269 from afs/jackson-update
Update version of jackson-databind to 2.9.9.1
2 parents c1f1fa9 + b1725b7 commit 7b23a4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
<httpclient.version>4.5.8</httpclient.version>
4343
<httpcore.version>4.4.11</httpcore.version>
4444
<jackson.version>2.9.9</jackson.version>
45+
<!-- Point release fix for jackson-databind only -->
46+
<jackson-databind.version>2.9.9.1</jackson-databind.version>
4547
<junit.version>4.12</junit.version>
4648
<slf4j.version>1.7.26</slf4j.version>
4749

@@ -65,7 +67,7 @@
6567
<dependency>
6668
<groupId>com.fasterxml.jackson.core</groupId>
6769
<artifactId>jackson-databind</artifactId>
68-
<version>${jackson.version}</version>
70+
<version>${jackson-databind.version}</version>
6971
</dependency>
7072
<dependency>
7173
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)