Jackson 2.15 equivalent of pekko-serialization-jackson which used to use Jackson 2.14.
It is recommended that users just upgrade their pekko-serialization-jackson and other pekko jars to the latest version because they support newer versions of Jackson.
See also https://github.com/pjfanning/pekko-serialization-jackson216
The main reason to use Jackson 2.15 is for its StreamReadConstraint support. Users who want to override the default constraints should override the settings in the config, see reference.conf.
Config names for this library start with pekko.serialization.jackson215 as opposed to pekko.serialization.jackson.
If you want to use Jackson 2.15 with Pekko HTTP, use pekko-http-jackson v2.1.0 instead.
libraryDependencies += "com.github.pjfanning" %% "pekko-serialization-jackson215" % "1.0.0"