fix: driver-cockroachdb/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-2970521
This commit is contained in:
snyk-bot
2022-08-04 18:21:28 +00:00
parent 298daee08e
commit 067e869410

View File

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