Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
153f0195c8 fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-2314887
2021-12-14 01:00:54 +00:00

View File

@@ -72,7 +72,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.1</version>
<version>42.2.12</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.2.32</version>
<version>1.6.0</version>
</dependency>
<!-- TEST dependencies -->