Java Version Requirements for Liquibase Version 3.4.2

We recently upgraded to Liquibase version 3.4.2 and are unable to run with Java version 1.6. The Liquibase website still says 3.x requires Java 1.6+:

http://www.liquibase.org/download/

Is this accurate?

We receive this error message:

com/microsoft/sqlserver/jdbc/SQLServerDriver : Unsupported major.minor version 52.0

What happens with 1.6?

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

It actually looks like it is your SqlServer JDBC driver that requires java 8. 

Nathan

Thanks! That was the issue. Our driver claims to support Java 6, but appears it actually does not.