Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#20)
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-173997
  • Loading branch information
snyk-bot authored and rkass committed Mar 25, 2019
1 parent d4df137 commit e85588c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<java.version>11</java.version>
<kpl.version>0.12.9</kpl.version>
<jackson.version>2.9.8</jackson.version>
<postgres.version>42.2.2</postgres.version>
<postgres.version>42.2.5</postgres.version>
<junit.version>4.11</junit.version>
<powermock.version>1.7.3</powermock.version>
<jacoco.version>0.8.2</jacoco.version>
Expand Down

0 comments on commit e85588c

Please sign in to comment.