1.5.1
What's Changed
- [FFM-10377] - Update logback to remove CVE-2023-6481 by @andybharness in #180
- [FFM-10760] - Use a single ExecutorService for UpdateProcessor by @andybharness in #182
Known issues
On startup java.lang.NoSuchMethodError: kotlin.*
or similar is thrown.
This is caused by conflicting kotlin-stdlib
JARs on the classpath brought in by okhttp
.
- Make sure no other dependency brings in
kotlin-stdlib
earlier than1.4.10
- If you're using SpringBoot, it's recommend that you upgrade to at least
2.7.x
Full Changelog: 1.5.0...1.5.1