Skip to content

Commit 56dbb3d

Browse files
committed
HHH-14485 Upgrade integration tests to use Oracle JDBC driver version 21.1
1 parent f23e97f commit 56dbb3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

databases/oracle/matrix.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
7-
jdbcDependency 'com.oracle.database.jdbc:ojdbc8:19.8.0.0'
7+
jdbcDependency 'com.oracle.database.jdbc:ojdbc8:21.1.0.0'

gradle/libraries.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ext {
122122
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
123123
cockroachdb: 'org.postgresql:postgresql:42.2.8',
124124

125-
oracle: 'com.oracle.database.jdbc:ojdbc8:19.8.0.0',
125+
oracle: 'com.oracle.database.jdbc:ojdbc8:21.1.0.0',
126126
mssql: 'com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre8',
127127
db2: 'com.ibm.db2:db2jcc:10.5',
128128
hana: 'com.sap.cloud.db.jdbc:ngdbc:2.4.59',

0 commit comments

Comments
 (0)