Skip to content

Commit dc606ce

Browse files
committed
- PostgreSQL JDBC
1 parent c261f22 commit dc606ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ dependencies {
251251
// MariaDB
252252
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3'
253253

254+
// PostgreSQL
255+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.20'
256+
257+
254258
// JSON
255259
implementation group: 'org.json', name: 'json', version:'20210307'
256260

0 commit comments

Comments
 (0)