diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-12-19 15:16:40 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-20 20:03:02 +0000 |
commit | 3fda3c29a711464f94681a6fd405894ea14e0e83 (patch) | |
tree | 68ded9a6fa1640fea797cee865239dfff7cd4cde /server/sonar-db-migration | |
parent | 498f095b661b6220f28e0f89ca914f6ed6676a50 (diff) | |
download | sonarqube-3fda3c29a711464f94681a6fd405894ea14e0e83.tar.gz sonarqube-3fda3c29a711464f94681a6fd405894ea14e0e83.zip |
[NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0
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' } |