In SQLServer2016Dialect the deprecation says use SQLServerDialect(11).
@deprecated use {@code SQLServerDialect(11)}
I think this should be SQLServerDialect(13) as this is also the version used in the constructor and is the “internal version”.