Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
ad1a7ff988 fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-1769238
2021-12-01 11:13:32 +00:00

View File

@@ -67,12 +67,12 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<version>1.4.200</version>
<version>2.0.202</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.1</version>
<version>42.2.12</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>