HHH-17286 Upgrade integration tests to use Oracle JDBC driver version 23.3.0.23.09

This commit is contained in:
LLEFEVRE 2023-10-04 10:37:07 +02:00 committed by Christian Beikov
parent 8b78ad0516
commit 7665caab1c
2 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
// Do not forget to update settings.gradle as well
jdbcDependency 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09'

View File

@ -218,7 +218,7 @@ dependencyResolutionManagement {
def mariadbVersion = version "mariadb", "2.7.9"
def mssqlVersion = version "mssql", "12.2.0.jre11"
def mysqlVersion = version "mysql", "8.0.33"
def oracleVersion = version "oracle", "23.2.0.0"
def oracleVersion = version "oracle", "23.3.0.23.09"
def oracleLegacyVersion = version "oracleLegacy", "11.2.0.4"
def pgsqlVersion = version "pgsql", "42.6.0"
def sybaseVersion = version "sybase", "1.3.1"