Browse Source

Merge pull request #1929 from baomidou/dependabot/gradle/org.postgresql-postgresql-42.2.9

Bump postgresql from 42.2.8 to 42.2.9
nieqiuqiu 5 năm trước cách đây
mục cha
commit
2be967dcde
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -65,7 +65,7 @@ ext {
         //datasource
         "p6spy"                      : "p6spy:p6spy:3.8.6",
         "sqlserver"                  : "com.microsoft.sqlserver:sqljdbc4:4.0",
-        "postgresql"                 : "org.postgresql:postgresql:42.2.8",
+        "postgresql"                 : "org.postgresql:postgresql:42.2.9",
         "oracle"                     : fileTree(dir: 'libs', includes: ['ojdbc-11.2.0.3-jdk16.jar']),
         "dm"                         : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
         "kingbase"                   : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),