Skip to content

Commit

Permalink
Bump postgresql version (#5107)
Browse files Browse the repository at this point in the history
Fixes CVE-2022-31197. Does not affect product, is example code only.
  • Loading branch information
devinrsmith authored Feb 1, 2024
1 parent c188a49 commit 4900a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configurations {
pwGen
}
dependencies {
implementation('org.postgresql:postgresql:42.4.0') {
implementation('org.postgresql:postgresql:42.7.1') {
because 'Postgres driver to connect to a running DB to query for user information'
}
implementation('org.mindrot:jbcrypt:0.4') {
Expand Down

0 comments on commit 4900a42

Please sign in to comment.