When does a Liquibase version become unsupported

Our application is currently running 4.9.1. Is there documentation as to when a version goes out of support or is deprecated?

Thanks!

We aren’t currently deprecating previous versions of Liquibase, but it’s good practice to upgrade to a newer version from time to time. We only test and make fixes/improvements to the most recent version of Liquibase.

You are welcome to stay on the 4.9.1 release as long as it continues to work for you. Here are some reasons why you might want to upgrade to a newer version of Liquibase:

  • Vulnerabilities are found with one of the 3rd-party libraries used and you want to get a version of Liquibase that uses a new version of the library;
  • You need one or more of the new Liquibase features or bug-fixes