Skip to content

Commit

Permalink
fix: java/yb-client/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-2970521
  • Loading branch information
snyk-bot committed Aug 5, 2022
1 parent 13736e1 commit 41be524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/yb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.14</version>
<version>42.2.26</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 41be524

Please sign in to comment.