Upgrading the DB2 JDBC driver JCC to 11.5.7.0
This commit is contained in:
parent
a27694c952
commit
dd0e65c698
|
@ -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'
|
||||
|
|
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue