https://kotlinlang.org logo
#http4k
Title
# http4k
s

s4nchez

10/19/2023, 4:36 PM
🚨 If you're using http4k 5.8.3.0 or above, we recommend upgrading to 5.8.5.1 🚨 Version 5.8.3.0 included a change to Gradle configuration which caused http4k modules published to Maven central to declare extra transitive dependencies (it pulls some test-related dependencies while API ones may be treated as optional). For most use cases, this won't cause issues beyond having things in your classpath that won't be used, but we recommend upgrading to the latest version (5.8.5.1) that fixes this issue. Please accept our apologies for the inconvenience.
👍 4
🙏 1
a

Andrew O'Hara

10/19/2023, 5:04 PM
That must be why I had access to http4k-testing-chaos in a module that didn't declare it 🤔
s

s4nchez

10/19/2023, 6:00 PM
Most likely, yes.