bootique / bootique-liquibase

Integration of Liquibase with Bootique

Home Page:http://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snakeyaml version conflict with Jackson

andrus opened this issue · 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.