Skip to content

Commit 1fc0d57

Browse files
Uplifted jackson-databind version. (#433)
* Uplifted jackson-databind version. * Added jackson-core dependency.
1 parent d9de9ad commit 1fc0d57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,13 @@
179179
<dependency>
180180
<groupId>com.fasterxml.jackson.core</groupId>
181181
<artifactId>jackson-databind</artifactId>
182-
<version>2.9.10.1</version>
182+
<version>2.10.1</version>
183+
</dependency>
184+
185+
<dependency>
186+
<groupId>com.fasterxml.jackson.core</groupId>
187+
<artifactId>jackson-core</artifactId>
188+
<version>2.10.1</version>
183189
</dependency>
184190

185191
<dependency>

0 commit comments

Comments
 (0)