Skip to content

Commit

Permalink
[#333] Use MSSQL driver 12.3.1.jre8-preview, because 12.2.0.jre8 has …
Browse files Browse the repository at this point in the history
…JDK11 non-optional import for jdk.net package
  • Loading branch information
grgrzybek committed Jul 25, 2023
1 parent 2b19e88 commit f016abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
<!-- versions of JDBC drivers -->

<version.com.h2database>2.2.220</version.com.h2database>
<version.com.microsoft.sqlserver.jdbc>12.2.0.jre8</version.com.microsoft.sqlserver.jdbc>
<!-- 12.2.0.jre8 has non-optional import for jdk.net package -->
<version.com.microsoft.sqlserver.jdbc>12.3.1.jre8-preview</version.com.microsoft.sqlserver.jdbc>
<version.com.oracle.database.jdbc>23.2.0.0</version.com.oracle.database.jdbc>
<!-- see https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-upgrading-to-8.0.html -->
<version.com.mysql>8.1.0</version.com.mysql>
Expand Down

0 comments on commit f016abb

Please sign in to comment.