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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-3146847
This commit is contained in:
snyk-bot 2022-11-25 18:29:25 +00:00
parent f39ba9331c
commit 82c253acb8
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

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