Hi, How can I find the version of mssql-jdbc driver shipped with the Liquibase? I need to find this because I need to pair it with matching mssql-jdbc_auth driver.
Regards
Hi, How can I find the version of mssql-jdbc driver shipped with the Liquibase? I need to find this because I need to pair it with matching mssql-jdbc_auth driver.
Regards
I don’t know the official way to determine, but here are two options that I use:
Check release notes: Releases · liquibase/liquibase · GitHub
Check in the internal/lib folder in your installation
It helped. Thanks @daryldoak