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.
2 parents bc6b09e + ce7b699 commit d2de301Copy full SHA for d2de301
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