diff --git a/build.gradle b/build.gradle index 0fab87ed..6999de1c 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation 'org.apache.poi:poi-ooxml:5.4.0' implementation 'org.apache.poi:poi:5.4.0' implementation 'org.apache.xmlbeans:xmlbeans:5.2.2' - implementation 'com.microsoft.sqlserver:mssql-jdbc:12.10.0.jre11' + implementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.1.jre11' implementation 'org.slf4j:slf4j-simple:2.0.17' implementation 'net.datafaker:datafaker:2.4.3' implementation 'io.rest-assured:rest-assured:5.5.1'