Skip to content

Commit e2cee33

Browse files
committed
bump Jackson to avoid databind related exceptions
1 parent 45025ce commit e2cee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
6969
<jersey.version>3.1.0</jersey.version>
7070
<!-- Jackson version needs to match the version of Jackson which Jersey
7171
depends on or otherwise weird things will happen. -->
72-
<jackson.version>2.12.2</jackson.version>
72+
<jackson.version>2.14.1</jackson.version>
7373
<junit.version>5.7.2</junit.version>
7474
<hamcrest.version>2.2</hamcrest.version>
7575
<maven-surefire.version>3.0.0-M5</maven-surefire.version>

0 commit comments

Comments
 (0)