diff --git a/ChangeLog b/ChangeLog index 5b3683a..8fb8ed3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +FIX: startup error log about liquidbase (#171) FIX: startup log exception about InaccessibleObjectException (#195) UPGRADE: Debian version from 12.4 to 12.6 in Dockerfile diff --git a/pom.xml b/pom.xml index ad66b2c..919fcd8 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,11 @@ jaxb-runtime 2.3.2 + + org.liquibase + liquibase-core + 4.3.5 +