Skip to content

Commit 3101257

Browse files
committed
Upgrade database driver libraries.
1 parent 4cf5bc9 commit 3101257

File tree

32 files changed

+6
-6
lines changed

32 files changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dependencies {
3030
compile 'com.zaxxer:HikariCP:5.0.1'
3131
compile 'org.slf4j:slf4j-api:1.7.36'
3232
compile 'com.ibm.db2.jcc:db2jcc:db2jcc4'
33-
compile 'org.hsqldb:hsqldb:2.5.0'
34-
compile 'org.mariadb.jdbc:mariadb-java-client:2.6.0'
35-
compile 'com.microsoft.sqlserver:mssql-jdbc:8.2.2.jre11'
36-
compile 'com.oracle.database.jdbc:ojdbc8:19.6.0.0'
37-
compile 'org.postgresql:postgresql:42.2.25'
38-
compile 'com.sap.cloud.db.jdbc:ngdbc:2.4.76'
33+
compile 'org.hsqldb:hsqldb:2.6.1'
34+
compile 'org.mariadb.jdbc:mariadb-java-client:2.7.5'
35+
compile 'com.microsoft.sqlserver:mssql-jdbc:9.4.0.jre11'
36+
compile 'com.oracle.database.jdbc:ojdbc8:21.5.0.0'
37+
compile 'org.postgresql:postgresql:42.3.3'
38+
compile 'com.sap.cloud.db.jdbc:ngdbc:2.11.17'
3939

4040
// UnitTesting
4141
compile group: 'junit', name: 'junit', version: '4.11'
-1.22 MB
Binary file not shown.
1.28 MB
Binary file not shown.
-153 KB
Binary file not shown.
194 KB
Binary file not shown.
-4.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)