Skip to content

Commit ce7b699

Browse files
committed
Update SQL Server JDBC driver to 12.8.1.jre11
1 parent bc6b09e commit ce7b699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ configure(integrationTestProjects) {
210210
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
211211
testRuntimeOnly("com.oracle.database.jdbc:ojdbc11-production:23.5.0.24.07")
212212
testRuntimeOnly("org.postgresql:postgresql:42.7.4")
213-
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
213+
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11")
214214
testRuntimeOnly("org.testcontainers:mysql")
215215
testRuntimeOnly("org.testcontainers:oracle-xe")
216216
testRuntimeOnly("org.testcontainers:postgresql")

0 commit comments

Comments
 (0)