File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ configure(integrationTestProjects) {
208208 testImplementation(platform(" org.testcontainers:testcontainers-bom:1.20.1" ))
209209 testRuntimeOnly(" com.h2database:h2:2.3.232" )
210210 testRuntimeOnly(" mysql:mysql-connector-java:8.0.33" )
211- testRuntimeOnly(" com.oracle.database.jdbc:ojdbc8 -production:18.15 .0.0 " )
211+ testRuntimeOnly(" com.oracle.database.jdbc:ojdbc11 -production:23.5 .0.24.07 " )
212212 testRuntimeOnly(" org.postgresql:postgresql:42.7.4" )
213213 testRuntimeOnly(" com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8" )
214214 testRuntimeOnly(" org.testcontainers:mysql" )
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ driver=h2
1818h2.url =jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
1919mysql.url =jdbc:tc:mysql:5.7:///test?TC_DAEMON=true&allowMultiQueries=true
2020mysql8.url =jdbc:tc:mysql:8.0.36:///test?TC_MY_CNF=mysql_conf_override&TC_DAEMON=true&allowMultiQueries=true
21- oracle.url =jdbc:tc:oracle:thin:@test?TC_DAEMON=true
21+ oracle.url =jdbc:tc:oracle:21-slim-faststart: thin:@test?TC_DAEMON=true
2222postgresql.url =jdbc:tc:postgresql:10.16:///test?TC_DAEMON=true
2323sqlserver.url =jdbc:tc:sqlserver:2019-CU12-ubuntu-20.04:///test?TC_DAEMON=true
You can’t perform that action at this time.
0 commit comments