Skip to content

Commit 7b75d33

Browse files
committed
Upgrade Jackson from to 2.16.2
(test begin to fail with `nrecognized field "type" (class io.intercom.api.TypedData), not marked as ignorable (0 known properties: ])`)
1 parent 253340f commit 7b75d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ subprojects {
99
}
1010

1111
ext {
12-
jacksonVersion = '2.15.4'
12+
jacksonVersion = '2.16.2'
1313
jacksonDatabindVersion = "$jacksonVersion"
1414
powermockVersion = '1.6.6'
1515
}

0 commit comments

Comments
 (0)