1.2.3
What's Changed
- FFM-5915 - Remove oksse dependency by @andybharness in #150
- FFM-7038 - Add SDK type, version and lang to HTTP header by @ribeirophillipe in #151
- FFM-8133 - CVE fix: Update maven-model dependency to 3.5.0 by @andybharness in #152
- FFM-8233 - CVE fix: Bump guava from 31.0.1-jre to 32.0.1-jre by @dependabot in #153
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 than 1.4.10
- If you're using SpringBoot, it's recommend that you upgrade to at least 2.7.x
New Contributors
- @ribeirophillipe made their first contribution in #151
- @dependabot made their first contribution in #153
Full Changelog: 1.2.2...1.2.3