fix: 升级PostgreSQL驱动到42.7.1支持16

This commit is contained in:
Agent
2026-03-24 14:56:09 +00:00
parent ac111fbc74
commit 9e2ddf56fc

View File

@@ -46,6 +46,7 @@
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.7.1</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>