Heyo, I'm having the same issue as this when using...
# http4k
m
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
you'd have to check the commit log TBH - the version.properties file in the root is the one you want
m
versions.properties was what I was looking for. Got it working, thanks!
👍 1