Fun I/O 2.2.0
christian-schlichtherle
released this
15 Aug 07:09
·
84 commits
to master
since this release
This release deprecates Jackson.json(ObjectMapper)
in favor of Jackson.json(Supplier<ObjectMapper>)
because an ObjectMapper
is mutable. It also updates all dependencies to the latest releases.