Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#116)
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 24, 2022
1 parent 796f958 commit 074b746
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 @@ -97,7 +97,7 @@
<spotbugs.reportFolder>${project.build.directory}/site/spotbugs</spotbugs.reportFolder>

<!-- persistence -->
<version.org.postgresql>42.3.5</version.org.postgresql>
<version.org.postgresql>42.4.1</version.org.postgresql>

</properties>

Expand Down

0 comments on commit 074b746

Please sign in to comment.