Skip to content

Upgrade to mssql-jdbc 7.4.1.jre8 #17965

@boukewoudstra

Description

@boukewoudstra

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions