We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b09e commit ce7b699Copy full SHA for ce7b699
build.gradle.kts
@@ -210,7 +210,7 @@ configure(integrationTestProjects) {
210
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
211
testRuntimeOnly("com.oracle.database.jdbc:ojdbc11-production:23.5.0.24.07")
212
testRuntimeOnly("org.postgresql:postgresql:42.7.4")
213
- testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
+ testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11")
214
testRuntimeOnly("org.testcontainers:mysql")
215
testRuntimeOnly("org.testcontainers:oracle-xe")
216
testRuntimeOnly("org.testcontainers:postgresql")
0 commit comments