Browse Source

update org.postgresql:postgresql 42.3.3 to 42.5.1 (#4898)

dack-su 1 year ago
parent
commit
ba924b9f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client-adapter/pom.xml

+ 1 - 1
client-adapter/pom.xml

@@ -155,7 +155,7 @@
             <dependency>
                 <groupId>org.postgresql</groupId>
                 <artifactId>postgresql</artifactId>
-                <version>42.3.3</version>
+                <version>42.5.1</version>
             </dependency>
             <dependency>
                 <groupId>com.oracle.database.jdbc</groupId>