Upgrading the DB2 JDBC driver JCC to 11.5.7.0

This commit is contained in:
Sanne Grinovero 2021-12-20 16:53:35 +00:00 committed by Sanne Grinovero
parent a27694c952
commit dd0e65c698
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'com.ibm.db2:jcc:11.5.4.0'
jdbcDependency 'com.ibm.db2:jcc:11.5.7.0'

View File

@ -162,7 +162,7 @@ ext {
oracle: 'com.oracle.database.jdbc:ojdbc8:21.3.0.0',
mssql: 'com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre8',
db2: 'com.ibm.db2:jcc:11.5.4.0',
db2: 'com.ibm.db2:jcc:11.5.7.0',
hana: 'com.sap.cloud.db.jdbc:ngdbc:2.4.59',
sybase: 'net.sourceforge.jtds:jtds:1.3.1',