fix: upgrade org.postgresql:postgresql from 42.3.3 to 42.4.0

Snyk has created this PR to upgrade org.postgresql:postgresql from 42.3.3 to 42.4.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.postgresql/postgresql/

See this project in Snyk:
https://app.snyk.io/org/jshook/project/c4200bd9-1c76-4ad4-97b6-1318d2f10465?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-07-02 02:38:41 +00:00
parent 28c62da74f
commit d2d765848b
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.4.0</version>
</dependency>
</dependencies>