-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
Is there any reason why latest stable Spring boot still uses com.microsoft.sqlserver:mssql-jdbc:jar:6.4.0.jre8
? This dates back to February 2018.
Since then some issues have been fixed, for example resultSet.getObject("dateTimeField", LocalDateTime.class)
. This otherwise gives an error:
com.microsoft.sqlserver.jdbc.SQLServerException: The conversion to class java.time.LocalDateTime is unsupported.
Upgrading to latest & greatest fixes the issue for me. All it takes is a version bump to com.microsoft.sqlserver:mssql-jdbc:jar:7.4.1.jre8
Thanks in advance for considering the upgrade.
Metadata
Metadata
Assignees
Labels
type: dependency-upgradeA dependency upgradeA dependency upgrade