Switching Flowable to 7.0.1 errors

Hello, please can you check the switching from existing flowable 7.0.0 installation to 7.0.1.

During upgrade I got following errors related to liquibase:

Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
     3 changesets check sum
          org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml::1::flowable was: 9:63268f536c469325acef35970312551b but is now: 8:1b0c48c9cf7945be799d868a2626d687
          org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml::2::flowable was: 9:dcb58b7dfd6dbda66939123a96985536 but is now: 8:0ea825feb8e470558f0b5754352b9cda
          org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml::3::flowable was: 9:d0c05678d57af23ad93699991e3bf4f6 but is now: 8:3c2bb293350b5cbe6504331980c9dcee```

Details: Spring Boot 3.1.9, PostgreSQL

Solved by explicitly setting liquibase.version to 4.21.1. In spring boot 3.3.0 it should be provided by default.