Skip to content

Commit bc6b09e

Browse files
authored
Merge pull request #1174 from domaframework/dependencies/oracle
Update Oracle JDBC driver and Docker image
2 parents ef418b7 + 23ef936 commit bc6b09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ driver=h2
1818
h2.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
1919
mysql.url=jdbc:tc:mysql:5.7:///test?TC_DAEMON=true&allowMultiQueries=true
2020
mysql8.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
2222
postgresql.url=jdbc:tc:postgresql:10.16:///test?TC_DAEMON=true
2323
sqlserver.url=jdbc:tc:sqlserver:2019-CU12-ubuntu-20.04:///test?TC_DAEMON=true

0 commit comments

Comments
 (0)