Skip to content

Commit

Permalink
Merge pull request #1026 from lat-lon/feature/upgradeMSSQLDriver
Browse files Browse the repository at this point in the history
Upgrade to most recent MS SQL Server JDBC Driver version for JDK 8
  • Loading branch information
copierrj authored Mar 16, 2022
2 parents 77d446b + b7ba0f9 commit 84abc81
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
</repositories>
<dependencies>
<dependency>
<groupId>com.microsoft</groupId>
<artifactId>sqljdbc4</artifactId>
<version>3.0</version>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>7.2.2.jre8</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -49,4 +49,3 @@
</dependencies>

</project>

0 comments on commit 84abc81

Please sign in to comment.