diff options
Diffstat (limited to 'server/sonar-db-migration')
-rw-r--r-- | server/sonar-db-migration/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-migration/build.gradle b/server/sonar-db-migration/build.gradle index f278192f558..e2dc94173dc 100644 --- a/server/sonar-db-migration/build.gradle +++ b/server/sonar-db-migration/build.gradle @@ -34,7 +34,7 @@ dependencies { testRuntimeOnly 'com.h2database:h2' testRuntimeOnly 'com.microsoft.sqlserver:mssql-jdbc' - testRuntimeOnly 'com.oracle.database.jdbc:ojdbc8' + testRuntimeOnly 'com.oracle.database.jdbc:ojdbc11' testRuntimeOnly 'org.postgresql:postgresql' } |