bootique/bootique-liquibase

snakeyaml version conflict with Jackson

andrus opened this issue · 0 comments

Liquibase 3.6.3 depends on snakeyaml library version 1.18. Jackson from Bootique core uses snakeyaml 1.24. In certain app dependency combinations this cases MethodNotFound errors, and other unpleasantness. Let's align the versions.