We are upgrading spring boot(2.1.6.Release to 2.7.18) which in turn upgrading liquibase from 3.6.3 to 4.9.1 resulting in executing the file which are already executed.
Looks like the new version of liquibase is generating new MD5Sum which is different than the already existing MD5Sum for the same xml file which is resulting in rerunning the file which are executed. which is causing the issue ..Please help us to resolve the issue.