RabbitMQ Java client v5.7.3 Release Notes

Release Date: 2019-07-25 // over 4 years ago
  • 🔄 Changes between 5.7.2 and 5.7.3

    🚀 This is a patch release with an optional dependency bump to address a vulnerability. All users of the 5.x.x series are encouraged to upgrade to this version.

    ⬆️ The optional dependency affected by the vulnerability is Jackson. The Java client uses this library as a pluggable mapping solution in the JSON RPC support. In the context of the Java client, you are affected by this vulnerability only if you added explicitly Jackson to your dependencies. You must then upgrade Jackson to 2.9.9.1.

    ⬆️ Bump Jackson to 2.9.9.1

    GitHub issue: #621