Skip to content

Commit 35a64f3

Browse files
Go back to jackson 2.11.3 to get rid of problem with java.time.LocalDate support (#92)
1 parent dd0ce36 commit 35a64f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ httpclientVersion=4.5.13
168168
httpcoreVersion=4.4.14
169169
httpmimeVersion=4.5.13
170170

171-
jacksonVersion=2.12.3
171+
# Using 2.12.3 produces a runtime error related to support for java.time.LocalDate
172+
# that can probably be resolved with some other dependencies in the mix but attempts
173+
# so far have been unsuccessful
174+
jacksonVersion=2.11.3
172175
jacksonAnnotationsVersion=2.12.3
173176
jacksonJaxrsBaseVersion=2.12.3
174177

0 commit comments

Comments
 (0)