]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Mon, 19 Dec 2022 21:16:40 +0000 (15:16 -0600)
committersonartech <sonartech@sonarsource.com>
Tue, 20 Dec 2022 20:03:02 +0000 (20:03 +0000)
build.gradle
server/sonar-db-core/build.gradle
server/sonar-db-dao/build.gradle
server/sonar-db-migration/build.gradle

index 1e6fc0a52993987d97fbaa6c28a9b22812b37e31..2f61bf46e0099400509ca4bafe6bee8ba3a4696e 100644 (file)
@@ -259,7 +259,7 @@ subprojects {
         exclude 'com.fasterxml.jackson.core:jackson-databind'
       }
       dependency 'com.onelogin:java-saml:2.9.0'
-      dependency 'com.oracle.database.jdbc:ojdbc8:21.8.0.0'
+      dependency 'com.oracle.database.jdbc:ojdbc11:21.8.0.0'
       dependency 'org.aspectj:aspectjtools:1.9.9.1'
       dependencySet(group: 'com.squareup.okhttp3', version: '4.10.0') {
         entry 'okhttp'
index 30986cc2604ebf86defbc7305069353de5662774..cf880aaa0d57632473cf91bb885a78227c0f0b45 100644 (file)
@@ -24,7 +24,7 @@ dependencies {
   testImplementation 'com.google.code.findbugs:jsr305'
   testImplementation 'com.h2database:h2'
   testImplementation 'com.microsoft.sqlserver:mssql-jdbc'
-  testImplementation 'com.oracle.database.jdbc:ojdbc8'
+  testImplementation 'com.oracle.database.jdbc:ojdbc11'
   testImplementation 'com.tngtech.java:junit-dataprovider'
   testImplementation 'org.mockito:mockito-core'
   testImplementation 'org.mockito:mockito-inline'
@@ -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'
 
   testFixturesApi 'commons-dbutils:commons-dbutils'
index dcaba9b60b680592ebbde680f03b648544392c9f..f4210fdc6d33e114de78bbb5e6e7eb698eaed5fb 100644 (file)
@@ -35,7 +35,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'
 
   testFixturesApi testFixtures(project(':server:sonar-db-core'))
index f278192f5586fc17ec6b5c3522a629517d04bf93..e2dc94173dc0daaf82d76f5cd7b2e2f17d8cc0b4 100644 (file)
@@ -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'
 }