Closed as not planned
Description
I use liquibase for database migrations. My liquibase configuration is working fine with Spring Boot 3.4.3 through to 3.4.6 when using the Gradle task bootRun
i.e. Spring Boot will run liquibase migrations automatically during this task. But if I switch to Spring Boot 3.5.0 and keep all other configuration files the same, liquibase migrations do not run.