Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
48e13cb98f fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-2390459
2022-02-02 21:20:37 +00:00

View File

@@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.12</version>
<version>42.2.25</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>