Skip to content

Commit

Permalink
Update MS SQL Server JDBC driver to Java 11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and ebyhr committed Jan 7, 2022
1 parent 02aa639 commit 44ab5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>9.4.1.jre8</version>
<version>9.4.1.jre11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 44ab5fc

Please sign in to comment.