diff --git a/build.gradle.kts b/build.gradle.kts index 68ef7c8ee..8865159ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -208,7 +208,7 @@ configure(integrationTestProjects) { testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1")) testRuntimeOnly("com.h2database:h2:2.3.232") testRuntimeOnly("mysql:mysql-connector-java:8.0.33") - testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0") + testRuntimeOnly("com.oracle.database.jdbc:ojdbc11-production:23.5.0.24.07") testRuntimeOnly("org.postgresql:postgresql:42.7.4") testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8") testRuntimeOnly("org.testcontainers:mysql") diff --git a/gradle.properties b/gradle.properties index 714656f58..2007e4a6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,6 @@ driver=h2 h2.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1 mysql.url=jdbc:tc:mysql:5.7:///test?TC_DAEMON=true&allowMultiQueries=true mysql8.url=jdbc:tc:mysql:8.0.36:///test?TC_MY_CNF=mysql_conf_override&TC_DAEMON=true&allowMultiQueries=true -oracle.url=jdbc:tc:oracle:thin:@test?TC_DAEMON=true +oracle.url=jdbc:tc:oracle:21-slim-faststart:thin:@test?TC_DAEMON=true postgresql.url=jdbc:tc:postgresql:10.16:///test?TC_DAEMON=true sqlserver.url=jdbc:tc:sqlserver:2019-CU12-ubuntu-20.04:///test?TC_DAEMON=true