Conflict between liquibase and mysql8.0.23

The liquiBase 3.8.0 that Flowable-rest uses conflicts with MySQL 8.0.23 that I am currently using. This conflict seems to exist until LiquiBase 4.3.0, which requires the use of LiquiBase 4.3.1. I would like to try to solve this problem by lowering the MySQL version. If you use Flowable-rest with MySQL, could you please tell me which version of MySQL do you use?

The error message between them is:
Caused by: java.lang.ClassCastException: java.time.LocalDateTime cannot be cast to java.lang.String

You can refer to this discussion:
LiquibaseException java.lang.ClassCastException: class java.time.LocalDateTime cannot be cast to class java.lang.String - Liquibase Development - Liquibase

See Upgrade mysql-jdbc-drivers 8.0.23, liquibase threw exceptions · Issue #2836 · flowable/flowable-engine · GitHub

Switching to 8.0.22 works.

Thanks for your help :grinning_face_with_smiling_eyes: