Heyo, I'm having the same issue as this when using Spring https://github.com/http4k/http4k/issues/320, however with slightly different versions:
• spring-boot: 2.3.3
• jackson-module-kotlin: 2.11.2
• http4k: 4.3.5.4
Is there any easy way to check which to downgrade?
d
dave
03/23/2021, 10:05 AM
you'd have to check the commit log TBH - the version.properties file in the root is the one you want
m
MrNiamh
03/23/2021, 10:21 AM
versions.properties was what I was looking for. Got it working, thanks!