Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
0e00be9092 fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698
2021-12-28 00:18:58 +00:00

View File

@@ -60,7 +60,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.11.0</version>
<version>2.12.6</version>
</dependency>
<dependency>
@@ -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>