HHH-17541 Update SQL Server JDBC driver to 12.4.2

This commit is contained in:
Christian Beikov 2023-12-08 14:33:55 +01:00
parent a6b898863b
commit cf2c165136
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11'
jdbcDependency 'com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre11'

View File

@ -223,7 +223,7 @@ dependencyResolutionManagement {
def hsqldbVersion = version "hsqldb", overrideableVersion( "gradle.libs.versions.hsqldb", "2.7.2" )
def informixVersion = version "informix", "4.10.12"
def mariadbVersion = version "mariadb", "3.3.1"
def mssqlVersion = version "mssql", "12.2.0.jre11"
def mssqlVersion = version "mssql", "12.4.2.jre11"
def mysqlVersion = version "mysql", "8.2.0"
def oracleVersion = version "oracle", "23.3.0.23.09"
def oracleLegacyVersion = version "oracleLegacy", "11.2.0.4"