Skip to content

Commit

Permalink
HHH-14485 Upgrade integration tests to use Oracle JDBC driver version…
Browse files Browse the repository at this point in the history
… 21.1
  • Loading branch information
Sanne committed Mar 12, 2021
1 parent f23e97f commit 56dbb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion databases/oracle/matrix.gradle
Expand Up @@ -4,4 +4,4 @@
* 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>.
*/
jdbcDependency 'com.oracle.database.jdbc:ojdbc8:19.8.0.0'
jdbcDependency 'com.oracle.database.jdbc:ojdbc8:21.1.0.0'
2 changes: 1 addition & 1 deletion gradle/libraries.gradle
Expand Up @@ -122,7 +122,7 @@ ext {
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
cockroachdb: 'org.postgresql:postgresql:42.2.8',

oracle: 'com.oracle.database.jdbc:ojdbc8:19.8.0.0',
oracle: 'com.oracle.database.jdbc:ojdbc8:21.1.0.0',
mssql: 'com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre8',
db2: 'com.ibm.db2:db2jcc:10.5',
hana: 'com.sap.cloud.db.jdbc:ngdbc:2.4.59',
Expand Down

0 comments on commit 56dbb3d

Please sign in to comment.