Skip to content

Commit

Permalink
apache#2445: Upgrading mssqlnative jdbc driver to 11.2.3 and updating…
Browse files Browse the repository at this point in the history
… the docs
  • Loading branch information
gijoe88 committed Feb 21, 2023
1 parent da389dc commit c7237b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<description />

<properties>
<mssqlnative.version>11.2.3.jre8</mssqlnative.version>
<mssqlnative.version>11.2.3.jre11</mssqlnative.version>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion assemblies/static/src/main/resources/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ This product bundles monetdb-jdbc 3.1, which is available under a
This product bundles mongo-java-driver 3.12.8, which is available under a
"Apache 2.0" license. For details, see LICENSE.

This product bundles mssql-jdbc 11.2.3.jre8, which is available under a
This product bundles mssql-jdbc 11.2.3.jre11, which is available under a
"The MIT" license. For details, see licenses/LICENSE-MIT.

This product bundles mvel2 2.4.14.Final, which is available under a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
| Option | Info
|Type | Relational
|Driver | https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15[Driver Link]
|Version Included | 11.2.3.jre8
|Version Included | 11.2.3
|Hop Dependencies | None
|Documentation | https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15[Documentation Link]
|JDBC Url | jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
Expand Down

0 comments on commit c7237b8

Please sign in to comment.