Skip to content

Commit

Permalink
fix: dbptk-modules/dbptk-module-postgresql/pom.xml to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-6252740
  • Loading branch information
snyk-bot committed Feb 24, 2024
1 parent 4a0d784 commit 52d9d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbptk-modules/dbptk-module-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4.1212.jre7</version>
<version>42.2.28.jre7</version>
</dependency>
</dependencies>
</project>

0 comments on commit 52d9d5a

Please sign in to comment.