From 88fcbcc7bbd99215c074257d1d00bb505769360a Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 12 Dec 2024 17:18:11 +0100 Subject: [PATCH] HSEARCH-5286 Switch to ojdbc17 driver for testing against an Oracle DB --- build/parents/build/pom.xml | 2 +- build/parents/integrationtest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index a8133406567..39dfc3712d6 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -843,7 +843,7 @@ com.oracle.database.jdbc - ojdbc11 + ojdbc17 ${version.com.oracle.database.jdbc} diff --git a/build/parents/integrationtest/pom.xml b/build/parents/integrationtest/pom.xml index 8f188a3d484..07c807da01c 100644 --- a/build/parents/integrationtest/pom.xml +++ b/build/parents/integrationtest/pom.xml @@ -179,7 +179,7 @@ ci-oracle com.oracle.database.jdbc - ojdbc11 + ojdbc17 oracle -Doracle.jdbc.timezoneAsRegion=false