Update dependency org.postgresql:postgresql to v42.7.10
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-03-11 22:06:29 +00:00
parent ea1f3f3154
commit c3a7a11de7

View File

@@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.7.8</version> <version>42.7.10</version>
</dependency> </dependency>
</dependencies> </dependencies>