Skip to content

Commit e8172e8

Browse files
committed
fix issue
1 parent 019268f commit e8172e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ project(':dgrv4_Gateway_serv'){
214214
implementation project(':dgrv4_H2Config_lib')
215215
implementation 'com.microsoft.sqlserver:mssql-jdbc'
216216
implementation 'com.oracle.database.jdbc:ojdbc11'
217-
implementation 'org.postgresql:postgresql'
217+
implementation 'org.postgresql:postgresql:42.7.7'
218218
implementation('org.mariadb.jdbc:mariadb-java-client:3.1.2', {
219219
exclude group: 'net.java.dev.jna', module: 'jna-platform' //使用其它版本的相依
220220
exclude group: 'com.google.protobuf', module: 'protobuf-java'

0 commit comments

Comments
 (0)