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.
2 parents c1f1fa9 + b1725b7 commit 7b23a4cCopy full SHA for 7b23a4c
pom.xml
@@ -42,6 +42,8 @@
42
<httpclient.version>4.5.8</httpclient.version>
43
<httpcore.version>4.4.11</httpcore.version>
44
<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>
47
<junit.version>4.12</junit.version>
48
<slf4j.version>1.7.26</slf4j.version>
49
@@ -65,7 +67,7 @@
65
67
<dependency>
66
68
<groupId>com.fasterxml.jackson.core</groupId>
69
<artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
70
+ <version>${jackson-databind.version}</version>
71
</dependency>
72
73
0 commit comments