Update PostgreSQL to silence CVE-2024-1597 warning (#2778)

This commit is contained in:
DGun Otto 2024-02-22 18:36:18 +08:00 committed by GitHub
parent 9b93e0e4b6
commit 95726cc7f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.2</version>
<optional>true</optional>
<exclusions>
<exclusion>